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 a76fe14 commit 3154122Copy full SHA for 3154122
1 file changed
package.json
@@ -12,6 +12,7 @@
12
"create-app": "node ./buildScripts/createApp.js",
13
"dev-build-main": "webpack --config ./buildScripts/webpack/development/webpack.config.main.js",
14
"dev-build-my-apps": "webpack --config ./buildScripts/webpack/development/webpack.config.myapps.js",
15
+ "prod-build-main": "webpack --config ./buildScripts/webpack/production/webpack.config.main.js",
16
"prod-build-my-apps": "webpack --config ./buildScripts/webpack/production/webpack.config.myapps.js",
17
"generate-docs-json": "node ./buildScripts/docs/jsdocx.js",
18
"build-development": "webpack --config ./buildScripts/webpack/development/webpack.config.js",
0 commit comments