Skip to content
This repository was archived by the owner on Jan 21, 2021. It is now read-only.

Commit b99ad1e

Browse files
committed
Renamed publish to publish-stable
1 parent f5d205e commit b99ad1e

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
@@ -29,7 +29,7 @@
2929
"coverage": "nyc npm run test",
3030
"clean": "rimraf build",
3131
"build": "npm run clean && babel --out-dir=build src",
32-
"publish": "npm run lint && npm run test && npm run build && npm publish",
32+
"publish-stable": "npm run lint && npm run test && npm run build && npm publish",
3333
"publish-next": "npm run lint && npm run test && npm run build && npm publish --tag next"
3434
},
3535
"main": "build/index.js",

0 commit comments

Comments
 (0)