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 5d173d3 commit 06112acCopy full SHA for 06112ac
client/package.json
@@ -10,7 +10,7 @@
10
"test": "jest",
11
"test:watch": "jest --watch",
12
"test:coverage": "jest --coverage",
13
- "setup": "npm install --include=dev",
+ "setup": "npm ci --include=dev",
14
"code-style-check": "npm run prettier && npm run lint",
15
"pre-commit": "npm run code-style-check",
16
"autofix": "npm run lint:fix && npm run prettier:fix",
server/package.json
@@ -8,7 +8,7 @@
8
9
- "setup": "npm install",
"start": "node ./src/index",
"dev": "nodemon ./src/index",
0 commit comments