Skip to content

Commit

Permalink
Merge pull request PepperHQ#6 from PepperHQ/hotfix/npm-token
Browse files Browse the repository at this point in the history
added npm token to support CI/CD publishing
  • Loading branch information
dominicrathbone authored Nov 23, 2020
2 parents 53014c8 + bd370c0 commit dde7a45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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}
save-exact=true
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
],
"exclude": [
"node_modules",
"node_modules/@types/**/*.d.ts",
"dist"
]
}

0 comments on commit dde7a45

Please sign in to comment.