File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 8
8
"release:cask" : " ./Casks/bump.sh" ,
9
9
"watch:source" : " tsc --build . --watch" ,
10
10
"compile" : " npx tsc --build ." ,
11
- "compile:clean" : " tsc --build tsconfig.json --clean" ,
11
+ "compile:clean" : " tsc --build tsconfig.json --clean && npm run watch:clean " ,
12
12
"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\" " ,
14
15
"watch:webpack" : " bash -c \" npm run pty:nodejs && npm run _watch $WATCH_ARGS\" " ,
15
16
"watch:electron" : " bash -c \" npm run pty:electron && TARGET=electron-renderer npm run _watch\" " ,
16
17
"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