Skip to content

Commit 21eef89

Browse files
Jaroslaw ZolnowskiSplaktar
authored andcommitted
fix(npm): warning: 'It looks like you are running npx playwright install without first installing your project's dependencies' when run npm install
1 parent 638e54b commit 21eef89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"graceful-fs": "4.2.10"
4848
},
4949
"scripts": {
50-
"preinstall": "npx npm-force-resolutions && npx playwright install",
51-
"postinstall": "bash tools/populate-lib.sh",
50+
"preinstall": "npx npm-force-resolutions",
51+
"postinstall": "npx playwright install && bash tools/populate-lib.sh",
5252
"start": "npm run start:web",
5353
"start:web": "ionic-v1 serve",
5454
"start:android": "ionic cordova run android -l",

0 commit comments

Comments
 (0)