File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 35
35
"package:mac:arm" : " yarn build:prod && electron-builder build --mac --arm64 -p never" ,
36
36
"package:linux" : " yarn build:prod && electron-builder build --linux -p never" ,
37
37
"postinstall" : " patch-package && vite optimize && skip-postinstall || (electron-builder install-app-deps && yarn-deduplicate yarn.lock)" ,
38
- "start" : " ts-node ./scripts/check-port-in-use.js && yarn start:renderer" ,
39
- "start:renderer" : " cross-env NODE_ENV=development TS_NODE_TRANSPILE_ONLY=true webpack serve --config ./configs/webpack.config.renderer.dev.ts" ,
40
- "start:preload" : " cross-env NODE_ENV=development TS_NODE_TRANSPILE_ONLY=true webpack --config ./configs/webpack.config.preload.dev.ts" ,
41
38
"test" : " jest ./redisinsight/ui -w 1" ,
42
39
"test:watch" : " jest ./redisinsight/ui --watch -w 1" ,
43
40
"test:cov" : " cross-env NODE_OPTIONS='' jest ./redisinsight/ui --silent --coverage --no-cache --forceExit -w 3" ,
You can’t perform that action at this time.
0 commit comments