Skip to content

Commit

Permalink
ci: add missing test types script
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Feb 14, 2024
1 parent b13d323 commit 41f9d6e
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 @@ -12,6 +12,7 @@
"lint:fix": "eslint . --fix",
"format": "prettier \"**/*.{css,html,json,md,mjs,ts,vue,yml}\" --write",
"format:check": "prettier \"**/*.{css,html,json,md,mjs,ts,vue,yml}\" --check",
"test:types": "vue-tsc --noEmit",
"prepare": "simple-git-hooks && nuxi prepare"
},
"devDependencies": {
Expand Down

0 comments on commit 41f9d6e

Please sign in to comment.