1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Add npmClient for publish command

This commit is contained in:
Tim Neutkens 2018-10-02 17:10:07 +02:00
parent 3246c32f63
commit 8db40b644f

View file

@ -6,6 +6,7 @@
],
"command": {
"publish": {
"npmClient": "npm",
"allowBranch": "canary",
"registry": "https://registry.npmjs.org/"
}