File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ npm-debug.log*
29
29
/node_modules
30
30
/platforms
31
31
/plugins
32
-
33
32
/test-results /
34
33
/playwright-report /
35
34
/playwright /.cache /
Original file line number Diff line number Diff line change 48
48
},
49
49
"scripts" : {
50
50
"preinstall" : " npx npm-force-resolutions" ,
51
- "switch-to-lts-packages" : " npm i --save angular@1.5.11 angular-animate@1.5.11 angular-animate@1.5.11 angular- aria@1.5.11 angular-material@1.1.24 angular-messages@1.5.11 angular-sanitize@1.5.11 && npm run postinstall" ,
51
+ "switch-to-lts-packages" : " npm i --save angular@1.5.11 angular-animate@1.5.11 angular-aria@1.5.11 angular-material@1.1.24 angular-messages@1.5.11 angular-sanitize@1.5.11 && npm run postinstall" ,
52
52
"postinstall" : " npx playwright install && bash tools/populate-lib.sh" ,
53
53
"start" : " npm run start:web" ,
54
54
"start:web" : " ionic-v1 serve" ,
You can’t perform that action at this time.
0 commit comments