Skip to content

Commit

Permalink
fix(package): fix issues with releases
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Dec 30, 2017
1 parent 8004e79 commit e25ba75
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules/
.idea/
*.js
*.map
*.d.ts
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Created by .ignore support plugin (hsz.mobi)

!*.js
!*.map
!.d.ts
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
},
"scripts": {
"test": "mocha",
"postinstall": "node_modules/.bin/tsc",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"postinstall": "node_modules/.bin/tsc -d",
"semantic-release": "semantic-release"
},
"bin": "./bin/cli",
"devDependencies": {
Expand Down

0 comments on commit e25ba75

Please sign in to comment.