Skip to content

Commit

Permalink
chore: remove test failure message
Browse files Browse the repository at this point in the history
  • Loading branch information
dotellie committed Dec 7, 2019
1 parent b645c63 commit ea3a413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"build": "rollup -c rollup.config.js",
"lint": "prettier -c src/**/*",
"test": "echo \"Error: no test specified\" && exit 1",
"test": "npm run lint",
"semantic-release": "semantic-release",
"prepublishOnly": "npm run build"
},
Expand Down

0 comments on commit ea3a413

Please sign in to comment.