Skip to content

Commit

Permalink
chore: add pkg-ok
Browse files Browse the repository at this point in the history
  • Loading branch information
ernscht committed May 1, 2019
1 parent 5ae3793 commit 83deeb7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
19 changes: 18 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"scripts": {
"lint": "eslint .",
"prepublishOnly": "npm test",
"prepublishOnly": "npm test && pkg-ok",
"pretest": "npm run lint",
"test": "node test"
},
Expand Down Expand Up @@ -54,6 +54,7 @@
"eslint-plugin-import": "2.17.2",
"husky": "2.1.0",
"lint-staged": "8.1.5",
"pkg-ok": "2.3.1",
"stylelint": "10.0.1",
"stylelint-test-rule-tape": "0.2.0"
},
Expand Down

0 comments on commit 83deeb7

Please sign in to comment.