We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9382c2 commit 4289052Copy full SHA for 4289052
package.json
@@ -9,7 +9,8 @@
9
"lcov": "lcov-viewer lcov -o ./coverage ./coverage/lcov.info",
10
"watch": "tsc ts/miso.ts --watch",
11
"pretty": "prettier --write ts/miso/*.ts ts/*.ts",
12
- "build": "bun build --outfile=js/miso.js ./ts/index.ts --target=browser"
+ "build": "bun build --outfile=js/miso.js ./ts/index.ts --target=browser",
13
+ "prod": "bun run build --production"
14
},
15
"type": "module",
16
"module": "ts/miso.ts",
0 commit comments