Skip to content

Commit

Permalink
fix: unminimize npm code - it requires more testing
Browse files Browse the repository at this point in the history
orefalo committed Jun 22, 2024
1 parent 9abe3e3 commit 7d78a3e
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
@@ -44,7 +44,7 @@
"lint-es": "eslint --cache .",
"package": "pnpm run package:build && pnpm run package:pack",
"package:build": "rimraf -g ./package/* && svelte-package -o ./package/dist && copyfiles ./README.md ./LICENSE ./package/ && node scripts/package-clean-copy.js",
"package:pack": "node ./scripts/minify-package.js && cd package && pnpm pack",
"package:pack": "cd package && pnpm pack",
"prepare": "husky",
"preview": "vite preview --port 3000",
"static-serv": "pnpm build && serve -l 3000 --no-clipboard docs",

0 comments on commit 7d78a3e

Please sign in to comment.