Skip to content

Commit

Permalink
feat: add check commands
Browse files Browse the repository at this point in the history
  • Loading branch information
h-enk committed Jan 25, 2021
1 parent 36ebfbd commit 85baab4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
"release": "standard-version",
"server": "hugo server",
"test": "npm run -s lint",
"env": "env"
"env": "env",
"precheck": "npm version",
"check": "hugo version"
},
"devDependencies": {
"@babel/cli": "^7.12",
Expand Down

0 comments on commit 85baab4

Please sign in to comment.