Skip to content

Commit e811c46

Browse files
authored
Revert change in prepare-deploy npm script
1 parent 86b924d commit e811c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"lint-fix": "npx eslint --fix --ext .js,.mjs ./",
1313
"postinstall": "rm -f .eslintcache && husky",
1414
"prepare": "husky",
15-
"prepare-deploy": "node scripts/prepare-deploy.mjs || true",
15+
"prepare-deploy": "node scripts/prepare-deploy.mjs",
1616
"size": "size-limit",
1717
"test": "node --env-file=.env node_modules/@playwright/test/cli test",
1818
"test:absolute-links": "lychee src/index.html",

0 commit comments

Comments
 (0)