Skip to content

Commit 138dfd2

Browse files
committed
chore: unbuild automatic publishing
(we publish locally, via `np`).
1 parent ea5b51e commit 138dfd2

2 files changed

Lines changed: 1 addition & 21 deletions

File tree

.github/workflows/PUBLISH.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"all": "run-s lint test",
1313
"lint": "eslint .",
1414
"test": "mocha --exit -r test/expect test/spec/*.js",
15-
"release": "np --no-publish"
15+
"release": "np"
1616
},
1717
"authors": [
1818
"Nico Rehwaldt <git_nikku@nixis.de>",

0 commit comments

Comments
 (0)