File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 1616 "lint" : " eslint" ,
1717 "prebuild" : " rimraf lib" ,
1818 "build" : " tsc" ,
19+ "build:dev" : " yarn build" ,
1920 "postbuild" : " ncp ./src/node/cli-protocol/ ./lib/node/cli-protocol/" ,
2021 "watch" : " tsc -w" ,
2122 "test" : " cross-env IDE2_TEST=true mocha \" ./lib/test/**/*.test.js\" " ,
Original file line number Diff line number Diff line change 4646 "prepare" : " theia download:plugins" ,
4747 "prebuild" : " rimraf lib" ,
4848 "build" : " theia build" ,
49+ "build:dev" : " theia build --mode development" ,
4950 "test" : " mocha \" ./test/**/*.test.js\" " ,
5051 "start" : " theia start --plugins=local-dir:../plugins" ,
5152 "watch" : " theia build --watch --mode development" ,
Original file line number Diff line number Diff line change 4242 "start" : " yarn --cwd ./electron-app start" ,
4343 "watch" : " lerna run watch --parallel" ,
4444 "build" : " lerna run build" ,
45+ "build:dev" : " lerna run build:dev" ,
4546 "test" : " lerna run test" ,
4647 "test:slow" : " lerna run test:slow" ,
4748 "update:version" : " node ./scripts/update-version.js" ,
You can’t perform that action at this time.
0 commit comments