1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-13 03:45:56 +00:00

Updating contributing and issue guides, added new verify npm task

This commit is contained in:
Scott Tolksdorf
2018-04-08 22:03:01 -04:00
parent 5ebba25183
commit 3350b04f64
4 changed files with 57 additions and 2 deletions

View File

@@ -9,6 +9,7 @@
"lint": "eslint --fix **/*.{js,jsx}",
"lint:dry": "eslint **/*.{js,jsx}",
"circleci": "npm test && eslint **/*.{js,jsx} --max-warnings=0",
"verify": "npm run lint && npm test",
"test": "pico-check",
"test:dev": "pico-check -v -w",
"phb": "node scripts/phb.js",