We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a58de4 commit 8e8d035Copy full SHA for 8e8d035
1 file changed
.circleci/config.yml
@@ -76,7 +76,7 @@ jobs:
76
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ./.npmrc
77
- run:
78
name: publish release on npm registry
79
- command: npm run publish
+ command: npm run publish-npm
80
workflows:
81
version: 2
82
'project-starter':
0 commit comments