File tree 3 files changed +3
-0
lines changed
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 16
16
"lint" : " eslint" ,
17
17
"prebuild" : " rimraf lib" ,
18
18
"build" : " tsc" ,
19
+ "build:dev" : " yarn build" ,
19
20
"postbuild" : " ncp ./src/node/cli-protocol/ ./lib/node/cli-protocol/" ,
20
21
"watch" : " tsc -w" ,
21
22
"test" : " cross-env IDE2_TEST=true mocha \" ./lib/test/**/*.test.js\" " ,
Original file line number Diff line number Diff line change 46
46
"prepare" : " theia download:plugins" ,
47
47
"prebuild" : " rimraf lib" ,
48
48
"build" : " theia build" ,
49
+ "build:dev" : " theia build --mode development" ,
49
50
"test" : " mocha \" ./test/**/*.test.js\" " ,
50
51
"start" : " theia start --plugins=local-dir:../plugins" ,
51
52
"watch" : " theia build --watch --mode development" ,
Original file line number Diff line number Diff line change 42
42
"start" : " yarn --cwd ./electron-app start" ,
43
43
"watch" : " lerna run watch --parallel" ,
44
44
"build" : " lerna run build" ,
45
+ "build:dev" : " lerna run build:dev" ,
45
46
"test" : " lerna run test" ,
46
47
"test:slow" : " lerna run test:slow" ,
47
48
"update:version" : " node ./scripts/update-version.js" ,
You can’t perform that action at this time.
0 commit comments