Skip to content

Commit

Permalink
Add verify command to yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdHeat committed Feb 12, 2024
1 parent 7839422 commit 5722bf2
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 @@ -6,7 +6,8 @@
"dev": "vite build --watch",
"build": "vite build",
"format": "prettier --write assets/",
"lint": "prettier --check assets/"
"lint": "prettier --check assets/",
"verify": "vite build; git diff --quiet --exit-code"
},
"dependencies": {
"@ctfdio/ctfd-js": "^0.0.12",
Expand Down

0 comments on commit 5722bf2

Please sign in to comment.