Skip to content

Commit

Permalink
fix(build): build to root instead of dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyBGod committed May 21, 2016
1 parent fefafb8 commit abe53ac
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ coverage
*.map
*.d.ts
typings
dist

#################
## JetBrains
Expand Down
3 changes: 1 addition & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,4 @@ karma*
typings
tsconfig.json
tslint.json
typings.json
src
typings.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"lint": "./node_modules/.bin/tslint ./src/*.ts ./src/**/*.ts",
"test": "karma start",
"commit": "git cz",
"build": "rm -rf ./dist/ && rm -rf ./typings/ && ./node_modules/.bin/typings install && tsc -d",
"build": "rm -rf ./typings/ && ./node_modules/.bin/typings install && tsc -d",
"semantic-release": "semantic-release pre && npm run build && npm publish && semantic-release post"
},
"main": "./index.js",
Expand Down

0 comments on commit abe53ac

Please sign in to comment.