We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c35012 commit 028e825Copy full SHA for 028e825
.circleci/config.yml
@@ -63,6 +63,7 @@ workflows:
63
filters:
64
<<: *semver-tags
65
- chiubaka/publish:
66
+ name: publish
67
context:
68
- npm-publishing
69
requires:
package.json
@@ -11,8 +11,8 @@
11
"lint": "echo Linting command has not yet been implemented",
12
"lint:ci": "yarn lint",
13
"prepare": "husky install",
14
- "publish": "npm publish --access public",
15
- "publish:ci": "yarn publish",
+ "deploy": "npm publish --access public",
+ "deploy:ci": "yarn publish",
16
"test": "yarn tsc -p tsconfig.test.json",
17
"test:ci": "yarn test"
18
},
0 commit comments