Skip to content
This repository was archived by the owner on Jun 19, 2019. It is now read-only.

Commit 73e9c98

Browse files
committed
ci(package): rename ship-it to ship
1 parent 8a18561 commit 73e9c98

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
@@ -13,7 +13,7 @@
1313
"commit": "commit",
1414
"prerelease": "npm run build",
1515
"release": "git checkout master && git pull origin master && standard-version && ts-node ./support/updatePackageVersion.ts",
16-
"ship-it": "git push --follow-tags origin master && cd ./dist && npm publish",
16+
"ship": "git push --follow-tags origin master && cd ./dist && npm publish",
1717
"pretest": "npm run build",
1818
"test": "jest"
1919
},

0 commit comments

Comments
 (0)