File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 "test:all" : " npm run test:coverage" ,
4646 "test:coverage" : " jest --collect-coverage" ,
4747 "test:watch" : " jest --watch" ,
48- "watch" : " run-p ' compile:* -- --watch --preserveWatchOutput' " ,
48+ "watch" : " run-p \" compile:* -- --watch --preserveWatchOutput\" " ,
4949 "workspace:build" : " npm run build" ,
5050 "workspace:build:clean" : " npm run build:clean" ,
5151 "workspace:build:desktop" : " npm run build" ,
Original file line number Diff line number Diff line change 3232 "test:debug" : " node --inspect-brk ./node_modules/.bin/jest --runInBand --watch" ,
3333 "test:watch" : " jest --watch" ,
3434 "lint" : " eslint ." ,
35- "watch" : " run-p ' compile:* -- --watch --preserveWatchOutput' " ,
35+ "watch" : " run-p \" compile:* -- --watch --preserveWatchOutput\" " ,
3636 "workspace:build" : " npm run build" ,
3737 "workspace:build:clean" : " npm run build:clean" ,
3838 "workspace:build:desktop" : " npm run build" ,
Original file line number Diff line number Diff line change 3434 "test:a11y" : " cross-env BE_ENABLE_A11Y_TESTING=true npm run test" ,
3535 "test:a11y:watch" : " cross-env BE_ENABLE_A11Y_TESTING=true npm run test:watch" ,
3636 "lint" : " eslint ." ,
37- "watch" : " run-p ' compile:* -- --watch --preserveWatchOutput' " ,
37+ "watch" : " run-p \" compile:* -- --watch --preserveWatchOutput\" " ,
3838 "workspace:build" : " npm run build" ,
3939 "workspace:build:clean" : " npm run build:clean" ,
4040 "workspace:build:desktop" : " npm run build" ,
Original file line number Diff line number Diff line change 3333 "test:debug" : " node --inspect-brk ./node_modules/.bin/jest --runInBand --watch" ,
3434 "test:watch" : " jest --watch" ,
3535 "lint" : " eslint ." ,
36- "watch" : " run-p ' compile:* -- --watch --preserveWatchOutput' " ,
36+ "watch" : " run-p \" compile:* -- --watch --preserveWatchOutput\" " ,
3737 "workspace:watch:lib" : " npm run watch" ,
3838 "workspace:build" : " npm run build" ,
3939 "workspace:build:clean" : " npm run build:clean" ,
Original file line number Diff line number Diff line change 3535 "test:a11y" : " cross-env BE_ENABLE_A11Y_TESTING=true npm run test" ,
3636 "test:a11y:watch" : " cross-env BE_ENABLE_A11Y_TESTING=true npm run test:watch" ,
3737 "lint" : " eslint ." ,
38- "watch" : " run-p ' compile:* -- --watch --preserveWatchOutput' " ,
38+ "watch" : " run-p \" compile:* -- --watch --preserveWatchOutput\" " ,
3939 "workspace:build" : " npm run build" ,
4040 "workspace:build:clean" : " npm run build:clean" ,
4141 "workspace:build:desktop" : " npm run build" ,
Original file line number Diff line number Diff line change 3232 "test:debug" : " node --inspect-brk ./node_modules/.bin/jest --runInBand --watch" ,
3333 "test:watch" : " jest --watch" ,
3434 "lint" : " eslint ." ,
35- "watch" : " run-p ' compile:* -- --watch --preserveWatchOutput' " ,
35+ "watch" : " run-p \" compile:* -- --watch --preserveWatchOutput\" " ,
3636 "workspace:build" : " npm run build" ,
3737 "workspace:build:clean" : " npm run build:clean" ,
3838 "workspace:build:desktop" : " npm run build" ,
You can’t perform that action at this time.
0 commit comments