Skip to content

Commit

Permalink
chore: fix releasing create-oclif (oclif#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
RasPhilCo committed Jun 15, 2020
1 parent 5345300 commit 617f49a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/release-create-oclif.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ function x(cmd) {
execSync(cmd, {stdio: 'inherit'})
}

// eslint-disable-next-line no-template-curly-in-string, no-useless-escape
x('echo //registry.npmjs.org/:_authToken=\${NPM_TOKEN} > ~/.npmrc')
x('npm publish')

0 comments on commit 617f49a

Please sign in to comment.