Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
(fix) Add package.json targets
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Simeon <[email protected]>
  • Loading branch information
jeromesimeon committed May 7, 2019
1 parent a505a78 commit cedaead
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@
"lint": "npm run lint:js && npm run lint:stylus",
"lint:js": "eslint --ext .js --ext .jsx --ignore-path .gitignore .",
"lint:js:fix": "eslint --ext .js --ext .jsx --ignore-path .gitignore --fix .",
"lint:stylus": "stylint --config .stylintrc ./src/stylesheets"
"lint:stylus": "stylint --config .stylintrc ./src/stylesheets",
"pkgcheck": "node ./scripts/pkgcheck.js",
"pkgstamp": "node ./scripts/pkgstamp.js",
"pkgbump": "node ./scripts/pkgbump.js && node ./scripts/pkgcheck.js --fix",
"pkgset": "node ./scripts/pkgset.js",
"depcheck": "node ./scripts/depcheck.js"
},
"jest": {
"transform": {
Expand Down

0 comments on commit cedaead

Please sign in to comment.