Skip to content

Commit

Permalink
chore: fix copy-worker script
Browse files Browse the repository at this point in the history
  • Loading branch information
cyntler committed Jun 28, 2024
1 parent 0e43462 commit 5fb0882
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 @@ -41,7 +41,7 @@
"prettier:fix": "prettier --write .",
"storybook:build": "rm -rf storybook-static && storybook build",
"deploy": "npm run storybook:build && gh-pages --nojekyll -d storybook-static --message 'feat: storybook deploy'",
"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",
"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",
"release": "release-it && npm run deploy",
"build-readme-toc": "npx doctoc README.md --title '## Table of Contents'",
"prepublish": "npm run build-readme-toc"
Expand Down

0 comments on commit 5fb0882

Please sign in to comment.