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 d2239e7 commit 4f66a16Copy full SHA for 4f66a16
package.json
@@ -112,6 +112,11 @@
112
"webpack-cli": "^5.1.4",
113
"webpack-dev-server": "^5.1.0"
114
},
115
+ "bin": {
116
+ "qwc_build_iconfont": "./scripts/makeIconkit.js",
117
+ "qwc_gen_themesconfig": "./scripts/themesConfig.js",
118
+ "qwc_update_translations": "./scripts/updateTranslations.js"
119
+ },
120
"scripts": {
121
"prod": "npm run tsupdate && npm run themesconfig && npm run iconfont && webpack --mode production --progress",
122
"start": "npm run tsupdate && npm run themesconfig && npm run iconfont && webpack serve --mode development --progress --host 0.0.0.0 --port 8081",
0 commit comments