diff --git a/package.json b/package.json index 550629a..a1dfe63 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,6 @@ "coverage": "nyc -x \"tests/**\" npm run coverage-tests", "example": "opn http://localhost:3000/example/; serve .", "prepublish": "npm run standalone", - "#release": "testling does not work in a process launch by npm... :facepalm:", - "release": "echo \"npmpub --skip-test --dry && npm test && npmpub --skip-test --skip-cleanup\"" + "release": "npmpub" } }