Skip to content

Commit

Permalink
Add empty "test" script
Browse files Browse the repository at this point in the history
Cause Travis-CI is lame and expects one
  • Loading branch information
TooTallNate committed Feb 10, 2019
1 parent 0c187fb commit f0e7481
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -27,6 +27,7 @@
"pkg": "4.3.5"
},
"scripts": {
"test": "true",
"pack": "./pack.sh",
"lint": "eslint --ext .jsx,.js . && ./scripts/lint.sh",
"lint-staged": "git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs eslint"
Expand Down

0 comments on commit f0e7481

Please sign in to comment.