We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 638e54b commit 21eef89Copy full SHA for 21eef89
package.json
@@ -47,8 +47,8 @@
47
"graceful-fs": "4.2.10"
48
},
49
"scripts": {
50
- "preinstall": "npx npm-force-resolutions && npx playwright install",
51
- "postinstall": "bash tools/populate-lib.sh",
+ "preinstall": "npx npm-force-resolutions",
+ "postinstall": "npx playwright install && bash tools/populate-lib.sh",
52
"start": "npm run start:web",
53
"start:web": "ionic-v1 serve",
54
"start:android": "ionic cordova run android -l",
0 commit comments