Skip to content

Commit 06112ac

Browse files
committed
Fixed deployments
1 parent 5d173d3 commit 06112ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "jest",
1111
"test:watch": "jest --watch",
1212
"test:coverage": "jest --coverage",
13-
"setup": "npm install --include=dev",
13+
"setup": "npm ci --include=dev",
1414
"code-style-check": "npm run prettier && npm run lint",
1515
"pre-commit": "npm run code-style-check",
1616
"autofix": "npm run lint:fix && npm run prettier:fix",

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "jest",
99
"test:watch": "jest --watch",
1010
"test:coverage": "jest --coverage",
11-
"setup": "npm install",
11+
"setup": "npm ci --include=dev",
1212
"start": "node ./src/index",
1313
"dev": "nodemon ./src/index",
1414
"code-style-check": "npm run prettier && npm run lint",

0 commit comments

Comments
 (0)