From cb9c37fcb330d8431176c3f1ca266d0b64378ce6 Mon Sep 17 00:00:00 2001 From: Maxime Thirouin <157534+MoOx@users.noreply.github.com> Date: Tue, 9 Jan 2018 21:48:45 +0100 Subject: [PATCH] Use npmpub like it should since testling is gone --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index d6855b9..31579d2 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,6 @@ "coverage": "nyc -x \"tests/**\" npm run coverage-tests", "example": "serve -o -p 3000 ./example", "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" } }