File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change 40
40
"clean" : " jlpm run clean:lib && jlpm run clean:labextension" ,
41
41
"clean:labextension" : " rimraf ../../voila/labextension" ,
42
42
"clean:lib" : " rimraf lib tsconfig.tsbuildinfo" ,
43
- "prepare" : " jlpm run clean && jlpm run build:prod" ,
44
43
"test" : " jest" ,
45
44
"watch" : " run-p watch:src watch:labextension" ,
46
45
"watch:labextension" : " jupyter labextension watch ." ,
Original file line number Diff line number Diff line change 50
50
"build:prod" : " npm run build:lib && webpack --production" ,
51
51
"clean" : " jlpm run clean:lib" ,
52
52
"clean:lib" : " rimraf lib tsconfig.tsbuildinfo" ,
53
- "prepare" : " npm run build:lib && webpack" ,
54
53
"test" : " echo \" Error: no test specified\" && exit 1" ,
55
54
"watch" : " npm-run-all -p watch:*" ,
56
55
"watch:lib" : " tsc -w" ,
You can’t perform that action at this time.
0 commit comments