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

Commit

Permalink
fix: npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
arantespp committed May 13, 2021
1 parent 9fa23aa commit f92367a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,5 @@ tmp_*
storybook-static/
package-lock.json

github-app/
github-app/
.npmrc
1 change: 0 additions & 1 deletion packages/cli/.npmrc

This file was deleted.

1 change: 1 addition & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"test": "jest",
"build": "tsc",
"prepare": "npm run test && npm run build",
"predeploy": "echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' > .npmrc",
"deploy": "npm publish"
},
"repository": {
Expand Down

0 comments on commit f92367a

Please sign in to comment.