8000 remove prod flag from build cmd and add alternative build-min cmd (#368) · Siddharth-cmd/pyscript@8c65cad · GitHub
[go: up one dir, main page]

Skip to content

Commit 8c65cad

Browse files
authored
remove prod flag from build cmd and add alternative build-min cmd (pyscript#368)
1 parent 74d29bc commit 8c65cad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyscriptjs/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "pyscript",
33
"version": "0.0.1",
44
"scripts": {
5-
"build": "NODE_ENV=production rollup -c",
5+
"build-min": "NODE_ENV=production rollup -c",
6+
"build": "rollup -c",
67
"dev": "rollup -c -w",
78
"start": "sirv public --no-clear --port 8080",
89
"validate": "svelte-check",

0 commit comments

Comments
 (0)
0