There was an error while loading. Please reload this page.
1 parent 10c8b2d commit ca80379Copy full SHA for ca80379
1 file changed
package.json
@@ -17,7 +17,7 @@
17
"scripts": {
18
"build": "mkdir -p dist && cp -r index.html CNAME main.css assets dist/ && mkdir -p dist/vendor && cp -r node_modules/skeleton-css dist/vendor && cp -r node_modules/vellum-doc dist/vendor",
19
"clean": "rm -r dist",
20
- "test": "npm run lint && npx linkinator index.html -ro --recurse --skip '(.*\\.reddit\\.com)|(.*\\.twitter\\.com)|(.*\\.drivethrurpg\\.com)' --verbosity debug",
+ "test": "npm run lint && npx linkinator index.html -ro --recurse",
21
"lint": "npx prettier . --check && htmlhint 'index.html' && stylelint main.css assets/styles/**/*.css",
22
"lint:fix": "npx prettier . --write",
23
"start": "npm run build && npm run start:server",
0 commit comments