Skip to content

Commit

Permalink
Fix unstable continuous build
Browse files Browse the repository at this point in the history
  • Loading branch information
rg-wood committed Nov 21, 2023
1 parent 70df4a3 commit 7e2c8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"benchmark": "DEBUG=Eleventy:Benchmark* npx @11ty/eleventy",
"test": "npm run test:lint && npm run test:links",
"test:lint": "eslint --ext .js . && stylelint public/css/*.css",
"test:links": "npx linkinator ./_site --recurse --skip '(.*\\.reddit\\.com)|(.*\\.twitter\\.com)|(twitter\\.com)|(grislyeye\\.com)|(.*\\.dmsguild\\.com)|(.*\\.drivethrurpg\\.com)|(drivethrurpg\\.com)|(apple\\.com)|(.*\\.apple\\.com)|(imgur\\.com)|(.*\\.imgur\\.com)' --verbosity error",
"test:links": "npx linkinator ./_site --recurse --skip '(.*\\.reddit\\.com)|(.*\\.twitter\\.com)|(twitter\\.com)|(grislyeye\\.com)|(.*\\.dmsguild\\.com)|(.*\\.drivethrurpg\\.com)|(drivethrurpg\\.com)|(apple\\.com)|(.*\\.apple\\.com)|(imgur\\.com)|(.*\\.imgur\\.com)|(thealexandrian\\.net)|(.*\\.thealexandrian\\.net)' --verbosity error",
"post:new": "hygen post new"
},
"author": {
Expand Down

0 comments on commit 7e2c8dd

Please sign in to comment.