Use npmpub like it should since testling is gone

This commit is contained in:
Maxime Thirouin
2018-01-09 21:48:45 +01:00
committed by GitHub
parent 3bd101bb1d
commit 91d0c0f274

View File

@@ -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"
}
}