Skip to content

Commit 028e825

Browse files
committed
Update publish script to deploy to match @chiubaka/circleci-orb conventions
1 parent 7c35012 commit 028e825

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ workflows:
6363
filters:
6464
<<: *semver-tags
6565
- chiubaka/publish:
66+
name: publish
6667
context:
6768
- npm-publishing
6869
requires:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"lint": "echo Linting command has not yet been implemented",
1212
"lint:ci": "yarn lint",
1313
"prepare": "husky install",
14-
"publish": "npm publish --access public",
15-
"publish:ci": "yarn publish",
14+
"deploy": "npm publish --access public",
15+
"deploy:ci": "yarn publish",
1616
"test": "yarn tsc -p tsconfig.test.json",
1717
"test:ci": "yarn test"
1818
},

0 commit comments

Comments
 (0)