Skip to content

Commit

Permalink
Update prepubliconly script
Browse files Browse the repository at this point in the history
  • Loading branch information
icodesign committed Aug 29, 2024
1 parent d890e13 commit 441f300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dev": "tsc -w --preserveWatchOutput",
"start": "pnpm build && node dist/index.cjs",
"start:debug": "pnpm build && node --inspect-brk dist/index.cjs",
"prepublishOnly": "rm -rf ./package && clean-publish --fields 'dependencies,publishConfig' && cp ../../README.md ../../LICENSE ./package",
"prepublishOnly": "rm -rf ./package && pnpm build && clean-publish --fields 'dependencies,publishConfig' && cp ../../README.md ../../LICENSE ./package",
"postpublish": "rm -rf ./package",
"pkg:mac": "NODE_ENV=production pkg . --no-bytecode --public-packages '*' --public --targets node18-macos-x64,node18-macos-arm64 -o dist/bin/dolphin-macos",
"pkg:mac:compressed": "NODE_ENV=production pkg . --no-bytecode --public-packages '*' --public --targets node18-macos-x64,node18-macos-arm64 --compress Brotli -o dist/bin/dolphin-macos"
Expand Down

0 comments on commit 441f300

Please sign in to comment.