Skip to content

Commit 5fb0882

Browse files
committed
chore: fix copy-worker script
1 parent 0e43462 commit 5fb0882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"prettier:fix": "prettier --write .",
4242
"storybook:build": "rm -rf storybook-static && storybook build",
4343
"deploy": "npm run storybook:build && gh-pages --nojekyll -d storybook-static --message 'feat: storybook deploy'",
44-
"prerelease": "git checkout main && git pull && npm run prettier:check && npm run lint && npm run test && npm run build && cd use-cases/nextjs && npm i && npm run build && node ./scripts/copy-worker.mjs",
44+
"prerelease": "git checkout main && git pull && npm run prettier:check && npm run lint && npm run test && npm run build && node ./scripts/copy-worker.mjs && cd use-cases/nextjs && npm i && npm run build",
4545
"release": "release-it && npm run deploy",
4646
"build-readme-toc": "npx doctoc README.md --title '## Table of Contents'",
4747
"prepublish": "npm run build-readme-toc"

0 commit comments

Comments
 (0)