Skip to content

Commit

Permalink
Add typecheck script to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaureln committed Dec 27, 2023
1 parent c367ffd commit 175dda8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"typecheck": "nuxt typecheck",
"lint": "eslint --ext .js,.ts,.vue --ignore-path .gitignore .",
"lint:fix": "eslint --ext .js,.ts,.vue --ignore-path .gitignore --fix .",
"format": "prettier --ignore-path .gitignore --write .",
Expand Down

0 comments on commit 175dda8

Please sign in to comment.