Skip to content

Commit

Permalink
fix(ci-cd): fix ci-cd bug with .npmrc
Browse files Browse the repository at this point in the history
add a .npmrc to fix the publish ci cd bug

fix #33

Signed-off-by: Niloy Sikdar <[email protected]>
  • Loading branch information
niloysikdar committed Jul 5, 2022
1 parent 7633168 commit a452cb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
//registry.npmjs.org/:_authToken = ${NPM_TOKEN}
access=public
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"prepare": "husky install",
"build": "tsc -p tsconfig.json",
Expand Down

0 comments on commit a452cb5

Please sign in to comment.