run tests only in npm release task

This commit is contained in:
Christopher Möller
2020-11-02 14:06:53 +01:00
parent febf3012d7
commit 650fea80d5
2 changed files with 2 additions and 2 deletions
-1
View File
@@ -6,7 +6,6 @@
"release": true
},
"hooks": {
"before:init": ["npm test"],
"after:bump": "npm run build",
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
}