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 c467b42 commit 2484eb1Copy full SHA for 2484eb1
package.json
@@ -15,7 +15,7 @@
15
"build:web": "webpack --config ./configs/webpack.config.web.prod.babel.js",
16
"build:defaults": "yarn --cwd redisinsight/api build:defaults",
17
"build:statics": "yarn build:defaults & sh ./scripts/build-statics.sh",
18
- "build:statics:win": "./scripts/build-statics.cmd",
+ "build:statics:win": "yarn build:defaults & ./scripts/build-statics.cmd",
19
"build:renderer": "webpack --config ./configs/webpack.config.renderer.prod.babel.js",
20
"build:renderer:stage": "webpack --config ./configs/webpack.config.renderer.stage.babel.js",
21
"rebuild": "electron-rebuild --parallel --types prod,dev,optional --module-dir redisinsight/ui",
0 commit comments