Skip to content

Commit

Permalink
chore(scripts): Removed typings script
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Nov 3, 2016
1 parent efbd509 commit 3060b1e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"scripts": {
"changelog": "$(npm bin)/conventional-changelog -p meteor-rxjs -i CHANGELOG.md -s -r 0",
"docs": "./generate-docs.sh",
"typings": "typings i",
"prebuild": "npm run typings && npm run lint",
"prebuild": "npm run lint",
"build": "npm run build-only && npm run bundle && npm run docs",
"prepublish": "npm run build",
"build-only": "tsc || echo not ok",
Expand Down

0 comments on commit 3060b1e

Please sign in to comment.