Skip to content

Commit e9bdff0

Browse files
authored
Merge pull request #2 from scalio/fix/publishing
chore(publish): prepare for publishing to the github package registry
2 parents 7134d0e + 8fc4790 commit e9bdff0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ typings/
4141

4242
# Optional npm cache directory
4343
.npm
44+
**/.npmrc
4445

4546
# Optional eslint cache
4647
.eslintcache

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"private": true,
77
"scripts": {
88
"prebuild": "yarn build:clean",
9-
"build:clean": "cd dist && rm -rf `ls | grep -v \"LICENSE\\|package.json\\|README.md\"`",
9+
"build:clean": "cd dist && rm -rf `ls | grep -v \"LICENSE\\|package.json\\|README.md\\|.npmrc\"`",
1010
"build": "npx tsc -b tsconfig.build.json",
1111
"commit": "npx git-cz",
1212
"lint": "npx tslint 'src/*.ts'",

0 commit comments

Comments
 (0)