Skip to content

Commit

Permalink
#474: set/updated package.json scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ShyamMahajan committed Sep 3, 2022
1 parent 81b0b9c commit 82ad8f9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@
"main": "_webi/",
"scripts": {
"fmt": "npm run prettier; npm run shfmt",
"lint": "npx jshint@2.x -c ./.jshintrc */*.js",
"lint": "npm run jshint; npm run shellcheck",
"prettier": "npx [email protected] -w '**/*.{js,md,html}'",
"shfmt": "shfmt -w -i 4 -sr -ci -s ./",
"test": "node _webi/test.js ./node/",
"prepare": "husky install"
"prepare": "husky install",
"jshint": "npx [email protected] -c ./.jshintrc */*.js",
"shellcheck": "shellcheck -s sh --exclude=SC2154,SC2034 -- */*.sh */*/*.sh"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 82ad8f9

Please sign in to comment.