We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7134d0e + 8fc4790 commit e9bdff0Copy full SHA for e9bdff0
.gitignore
@@ -41,6 +41,7 @@ typings/
41
42
# Optional npm cache directory
43
.npm
44
+**/.npmrc
45
46
# Optional eslint cache
47
.eslintcache
package.json
@@ -6,7 +6,7 @@
6
"private": true,
7
"scripts": {
8
"prebuild": "yarn build:clean",
9
- "build:clean": "cd dist && rm -rf `ls | grep -v \"LICENSE\\|package.json\\|README.md\"`",
+ "build:clean": "cd dist && rm -rf `ls | grep -v \"LICENSE\\|package.json\\|README.md\\|.npmrc\"`",
10
"build": "npx tsc -b tsconfig.build.json",
11
"commit": "npx git-cz",
12
"lint": "npx tslint 'src/*.ts'",
0 commit comments