Skip to content

Commit

Permalink
feat(ui): add "check" command
Browse files Browse the repository at this point in the history
  • Loading branch information
sentriz committed May 14, 2021
1 parent 560dd64 commit 3878c6c
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 @@ -3,7 +3,8 @@
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build"
"build": "vue-tsc --noEmit && vite build",
"check": "vue-tsc --noEmit"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
Expand Down

0 comments on commit 3878c6c

Please sign in to comment.