We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 891d381 commit 4e4a635Copy full SHA for 4e4a635
package.json
@@ -12,7 +12,7 @@
12
"lint-fix": "npx eslint --fix --ext .js,.mjs ./",
13
"postinstall": "rm -f .eslintcache && husky",
14
"prepare": "husky",
15
- "prepare-deploy": "node scripts/prepare-deploy.mjs",
+ "prepare-deploy": "node scripts/prepare-deploy.mjs || true",
16
"size": "size-limit",
17
"test": "node --env-file=.env node_modules/@playwright/test/cli test",
18
"test:absolute-links": "lychee src/index.html",
0 commit comments