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 55f16a1 commit f555f6fCopy full SHA for f555f6f
frameworks/keyed/michijs/package.json
@@ -12,7 +12,7 @@
12
"scripts": {
13
"start": "michi-server --start",
14
"dev": "michi-server --build --env=DEVELOPMENT",
15
- "build": "michi-server --build"
+ "build-prod": "michi-server --build"
16
},
17
"repository": {
18
"type": "git",
frameworks/keyed/vanillajs-signals/package.json
@@ -14,7 +14,7 @@
"dev": "exit 0",
- "build": "esbuild src/index.js --bundle --legal-comments=none --minify --outfile=public/index.js"
+ "build-prod": "esbuild src/index.js --bundle --legal-comments=none --minify --outfile=public/index.js"
19
20
0 commit comments