Skip to content

Commit

Permalink
Add mandatory test command
Browse files Browse the repository at this point in the history
  • Loading branch information
SheepFromHeaven committed Oct 29, 2018
1 parent 21b8381 commit 2377c28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"release": "np",
"prepublishOnly": "npm run clean && npm install && npm run clean && yarn install",
"clean": "node_modules/.bin/rimraf node_modules"
"clean": "node_modules/.bin/rimraf node_modules",
"test": "echo \"No tests found\""
},
"dependencies": {
"hygen": "^1.6.2",
Expand Down

0 comments on commit 2377c28

Please sign in to comment.