Skip to content

Commit

Permalink
fix(package): correct typecheck command
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Oct 12, 2022
1 parent c0c0422 commit 3e2fc33
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 @@ -33,7 +33,7 @@
"build": "nuxt-module-build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"lint": "eslint --ext .js,.ts,.vue . && nuxi typecheck --rootDir playground",
"lint": "eslint --ext .js,.ts,.vue . && nuxi typecheck playground",
"prepack": "yarn build",
"prepare": "nuxt-module-build --stub && nuxi prepare playground",
"release": "release-it"
Expand Down

0 comments on commit 3e2fc33

Please sign in to comment.