Skip to content

Commit 1b2a52a

Browse files
authored
chore: do not auto-publish
1 parent eda7c93 commit 1b2a52a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test-cov": "NOCK_BACK_MODE=record istanbul cover --dir test/coverage _mocha && echo Coverage lies in test/coverage/lcov-report/index.html",
1010
"test-travis": "NOCK_BACK_MODE=lockdown istanbul cover _mocha --report lcovonly",
1111
"release": "standard-version",
12-
"postrelease": "git push --follow-tags origin master && npm publish"
12+
"postrelease": "git push --follow-tags origin master"
1313
},
1414
"bugs": "https://github.com/npms-io/queries/issues/",
1515
"repository": {

0 commit comments

Comments
 (0)