Skip to content

Commit

Permalink
Updated npm lint => npm run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ImOverlord committed Mar 14, 2019
1 parent 504dbd3 commit 37512db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -10,8 +10,8 @@
"lint-fix": "tslint --fix --project ./tsconfig.json -c ./tslint.json ./src/*.ts",
"clean": "rm -rf dist/",
"publish-beta": "npm publish --tag beta",
"prepublish": "npm test && npm lint",
"prepublish-beta": "npm test && npm lint"
"prepublish": "npm test && npm run lint",
"prepublish-beta": "npm test && npm run lint"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 37512db

Please sign in to comment.