Skip to content

Commit 24d923b

Browse files
adding to git ignore
1 parent 1eab2d0 commit 24d923b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.npmignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
example/
22
test/
33
.gitattributes
4+
.git
5+
.github
6+
coverage/

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"pretest": "npm run lint",
5757
"test": "cross-env NODE_ENV=test npm run test:coverage",
5858
"defaults": "webpack-defaults",
59-
"semantic-release": "npx semantic-release --no-ci",
59+
"semantic-release": "npx semantic-release",
6060
"travis": "npm run ci:coverage"
6161
},
6262
"files": [

0 commit comments

Comments
 (0)