Skip to content

Commit

Permalink
fix: script type check watch
Browse files Browse the repository at this point in the history
  • Loading branch information
masb0ymas committed Mar 3, 2021
1 parent 82019be commit a9769b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test:coverage": "npm run test:types && npm run test:eslint && jest --coverage; xdg-open coverage/lcov-report/index.html",
"test:types": "tsc --noEmit",
"test:eslint": "eslint --ext .ts,.tsx ./src",
"type-check:watch": "npm run type-check -- --watch",
"type-check:watch": "npm run test:types -- --watch",
"analyze": "cross-env-shell NODE_OPTIONS=\"-r esm\" ANALYZE=true next build",
"server-build": "npm install && npm run build && pm2 reload your_pm2_name",
"start": "next start -p 5555",
Expand Down

0 comments on commit a9769b3

Please sign in to comment.