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 ab1a5c3 commit 9547b2aCopy full SHA for 9547b2a
package.json
@@ -5,7 +5,7 @@
5
"main": "app.js",
6
"author": "Zonayed Ahmed",
7
"scripts": {
8
- "preinstall": "cd client && npm install",
+ "preinstall": "cd client && yarn install",
9
"test-client": "npm run test --prefix client -- --watchAll=false",
10
"test": "npm run test-client",
11
"client": "npm start --prefix client",
0 commit comments