From 91d0c0f27498fac55dccc9006230a2cc1504c7a2 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 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" } }