Skip to content

Commit

Permalink
remove --watch from ts-lint task
Browse files Browse the repository at this point in the history
  • Loading branch information
jthrilly committed Oct 11, 2023
1 parent ada9856 commit 058bfdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"build": "next build",
"dev": "next dev",
"lint": "SKIP_ENV_VALIDATION=true next lint",
"ts-lint": "SKIP_ENV_VALIDATION=true tsc --noEmit --incremental --watch",
"ts-lint": "SKIP_ENV_VALIDATION=true tsc --noEmit",
"ts-lint:watch": "SKIP_ENV_VALIDATION=true tsc --noEmit --incremental --watch",
"start": "next start",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
Expand Down

0 comments on commit 058bfdc

Please sign in to comment.