Skip to content

Commit

Permalink
chore(package): Use prepack instead of prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
LuanRT committed Aug 23, 2024
1 parent cc0fc71 commit 05a6637
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 @@ -89,7 +89,7 @@
"bundle:react-native": "npx esbuild ./dist/src/platform/react-native.js --bundle --target=es2020 --keep-names --format=esm --platform=neutral --sourcemap --define:global=globalThis --conditions=module --outfile=./bundle/react-native.js",
"bundle:browser:prod": "npm run bundle:browser -- --outfile=./bundle/browser.min.js --minify",
"bundle:cf-worker": "npx esbuild ./dist/src/platform/cf-worker.js --banner:js=\"/* eslint-disable */\" --bundle --target=es2020 --keep-names --format=esm --sourcemap --define:global=globalThis --conditions=module --outfile=./bundle/cf-worker.js --platform=node",
"prepare": "npm run build",
"prepack": "npm run build",
"watch": "npx tsc --watch"
},
"repository": {
Expand Down

0 comments on commit 05a6637

Please sign in to comment.