Skip to content

Commit f555f6f

Browse files
committed
add no-op build script
1 parent 55f16a1 commit f555f6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frameworks/keyed/michijs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"scripts": {
1313
"start": "michi-server --start",
1414
"dev": "michi-server --build --env=DEVELOPMENT",
15-
"build": "michi-server --build"
15+
"build-prod": "michi-server --build"
1616
},
1717
"repository": {
1818
"type": "git",

frameworks/keyed/vanillajs-signals/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"scripts": {
1616
"dev": "exit 0",
17-
"build": "esbuild src/index.js --bundle --legal-comments=none --minify --outfile=public/index.js"
17+
"build-prod": "esbuild src/index.js --bundle --legal-comments=none --minify --outfile=public/index.js"
1818
},
1919
"repository": {
2020
"type": "git",

0 commit comments

Comments
 (0)