From 5fb08828908df76fd9188f687c5c8787096cba4b Mon Sep 17 00:00:00 2001 From: Damian Cyntler Date: Fri, 28 Jun 2024 22:19:23 +0200 Subject: [PATCH] chore: fix copy-worker script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 12e6dbc..13064b1 100644 --- a/package.json +++ b/package.json @@ -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"