Skip to content

Commit

Permalink
chore: add prepare script (#163)
Browse files Browse the repository at this point in the history
Ensure that javascript output exist before the package gets published.
  • Loading branch information
ofrobots authored Aug 15, 2017
1 parent 77fd87e commit e89977f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
"test": "npm run lint && npm run build && npm run check-format && npm run coverage",
"coveralls": "istanbul cover -x 'apis/**' _mocha --report lcovonly -- --reporter spec --timeout 4000 && cat coverage/lcov.info | coveralls",
"build": "tsc",
"clean": "rm -rf lib test types"
"clean": "rm -rf lib test types",
"prepare": "npm run build"
},
"license": "Apache-2.0"
}

0 comments on commit e89977f

Please sign in to comment.