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 6a8add9 commit 4b0ffe9Copy full SHA for 4b0ffe9
package.json
@@ -9,7 +9,7 @@
9
"scripts": {
10
"precommit": "lint-staged",
11
"build": "npm run --prefix server build",
12
- "lint": "npm run build && eslint server client",
+ "lint": "npm run build && npm run lint:client && npm run lint:server",
13
"lint:client": "cd client && npm run lint",
14
"lint:server": "cd server && npm run lint",
15
"test": "npm run build && jest --projects client server --runInBand",
0 commit comments