File tree Expand file tree Collapse file tree 6 files changed +1
-7
lines changed
Expand file tree Collapse file tree 6 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 2222 "ts" : " ts-node --project tsconfig.node.json --files" ,
2323 "ts:fast" : " npm run ts -T" ,
2424 "start" : " npm run electron:prod" ,
25- "clean" : " rimraf build/* dll/* python/dist/* python/build/* && npm run clean:resources" ,
26- "clean:resources" : " bux rmrf ./resources" ,
25+ "clean" : " rimraf build/* dll/* python/dist/* python/build/*" ,
2726 "karma" : " node --max_old_space_size=4096 node_modules/karma/bin/karma" ,
2827 "test" : " npm run test-client:coverage && npm run test-app" ,
2928 "test-app" : " cross-env COVERAGE=1 npm run karma -- start" ,
Original file line number Diff line number Diff line change 2525 "clean:build" : " bux rmrf ./build" ,
2626 "clean:esm" : " bux rmrf ./lib" ,
2727 "clean:cjs" : " bux rmrf ./lib-cjs" ,
28- "clean:resources" : " bux rmrf ./resources" ,
2928 "test" : " jest" ,
3029 "test:coverage" : " jest --collect-coverage" ,
3130 "test:all" : " npm run test:coverage" ,
Original file line number Diff line number Diff line change 2626 "clean:build" : " bux rmrf ./build" ,
2727 "clean:esm" : " bux rmrf ./lib" ,
2828 "clean:cjs" : " bux rmrf ./lib-cjs" ,
29- "clean:resources" : " bux rmrf ./resources" ,
3029 "test" : " jest" ,
3130 "test:coverage" : " jest --collect-coverage" ,
3231 "test:all" : " cross-env BE_ENABLE_A11Y_TESTING=true npm run test:coverage" ,
Original file line number Diff line number Diff line change 2626 "clean:build" : " bux rmrf ./build" ,
2727 "clean:esm" : " bux rmrf ./lib" ,
2828 "clean:cjs" : " bux rmrf ./lib-cjs" ,
29- "clean:resources" : " bux rmrf ./resources" ,
3029 "test" : " jest" ,
3130 "test:coverage" : " jest --collect-coverage" ,
3231 "test:all" : " cross-env BE_ENABLE_A11Y_TESTING=true npm run test:coverage" ,
Original file line number Diff line number Diff line change 2525 "clean:build" : " bux rmrf ./build" ,
2626 "clean:esm" : " bux rmrf ./lib" ,
2727 "clean:cjs" : " bux rmrf ./lib-cjs" ,
28- "clean:resources" : " bux rmrf ./resources" ,
2928 "test" : " jest" ,
3029 "test:coverage" : " jest --collect-coverage" ,
3130 "test:all" : " npm run test:coverage" ,
Original file line number Diff line number Diff line change 2929 "clean" : " run-p clean:*" ,
3030 "clean:build" : " bux rmrf ./build" ,
3131 "clean:esm" : " bux rmrf ./lib" ,
32- "clean:resources" : " bux rmrf ./dev-server/resources" ,
3332 "clean:umd" : " bux rmrf ./lib-umd" ,
3433 "test" : " jest" ,
3534 "test:coverage" : " jest --collect-coverage" ,
You can’t perform that action at this time.
0 commit comments