Skip to content

Commit 3becaba

Browse files
committed
change publish command name
1 parent 5b31caf commit 3becaba

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
"dev": "rollup -cw",
1010
"tsd": "tsc -p ./src --emitDeclarationOnly",
1111
"build": "rollup -c && npm run tsd",
12-
"publish": "PUBLISH=true rollup -c && npm run tsd"
12+
"product": "PUBLISH=true rollup -c && npm run tsd"
1313
},
1414
"repository": {
1515
"type": "git",

0 commit comments

Comments
 (0)