Skip to content

Commit 4289052

Browse files
committed
Add bun run prod build
1 parent c9382c2 commit 4289052

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"lcov": "lcov-viewer lcov -o ./coverage ./coverage/lcov.info",
1010
"watch": "tsc ts/miso.ts --watch",
1111
"pretty": "prettier --write ts/miso/*.ts ts/*.ts",
12-
"build": "bun build --outfile=js/miso.js ./ts/index.ts --target=browser"
12+
"build": "bun build --outfile=js/miso.js ./ts/index.ts --target=browser",
13+
"prod": "bun run build --production"
1314
},
1415
"type": "module",
1516
"module": "ts/miso.ts",

0 commit comments

Comments
 (0)