File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 22cypress /screenshots
33cypress /videos
44node_modules
5+ # Yes on purpose for test project to not have cached things installed
6+ package-lock.json
Original file line number Diff line number Diff line change 44 "private" : " true" ,
55 "description" : " Test with rollup" ,
66 "scripts" : {
7- "clean" : " shx rm -rf ./dist" ,
7+ "clean" : " shx rm -rf ./dist && shx rm -f package-lock.json " ,
88 "compile" : " rollup -c" ,
99 "compile-watch" : " rollup -cw" ,
1010 "cypress:open" : " cypress open" ,
Original file line number Diff line number Diff line change 22cypress /screenshots
33cypress /videos
44node_modules
5+ # Yes on purpose for test project to not have cached things installed
6+ package-lock.json
Original file line number Diff line number Diff line change 55 "description" : " Test with webpack" ,
66 "scripts" : {
77 "build" : " npm run clean && npm run compile && npm run tslint && npm run test" ,
8- "clean" : " shx rm -rf dist" ,
8+ "clean" : " shx rm -rf ./ dist && shx rm -f package-lock.json " ,
99 "cypress:open" : " cypress open" ,
1010 "cypress:run" : " cypress run" ,
1111 "compile" : " webpack" ,
You can’t perform that action at this time.
0 commit comments