File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 88 "release:cask" : " ./Casks/bump.sh" ,
99 "watch:source" : " tsc --build . --watch" ,
1010 "compile" : " npx tsc --build ." ,
11- "compile:clean" : " tsc --build tsconfig.json --clean" ,
11+ "compile:clean" : " tsc --build tsconfig.json --clean && npm run watch:clean " ,
1212 "kill" : " npm run kill:proxy; kill $(lsof -t -i:908${PORT_OFFSET-0}) > /dev/null 2> /dev/null || true" ,
13- "_watch" : " bash -c \" npm run kill; export CSP_ALLOWED_HOSTS='http: https: data: filesystem: about: blob: ws: wss:'; kui-watch-webpack\" " ,
13+ "watch:clean" : " rm -f dist/headless/codeflare*.js" ,
14+ "_watch" : " bash -c \" npm run watch:clean && npm run kill; export CSP_ALLOWED_HOSTS='http: https: data: filesystem: about: blob: ws: wss:'; kui-watch-webpack\" " ,
1415 "watch:webpack" : " bash -c \" npm run pty:nodejs && npm run _watch $WATCH_ARGS\" " ,
1516 "watch:electron" : " bash -c \" npm run pty:electron && TARGET=electron-renderer npm run _watch\" " ,
1617 "watch" : " bash -c \" npm run kill; npm run compile && concurrently -n ES6,WEBPACK --kill-others 'npm run watch:source' 'npm run watch:electron'\" " ,
You can’t perform that action at this time.
0 commit comments