diff --git a/package.json b/package.json index 322bb29..258efeb 100644 --- a/package.json +++ b/package.json @@ -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",