Skip to content

Commit

Permalink
compile during postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
jwietelmann committed Jan 10, 2017
1 parent d4df6a9 commit cbe9835
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "revelry-components",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"dependencies": {
"babel-cli": "^6.2.0",
Expand Down Expand Up @@ -36,7 +36,8 @@
"test": "mocha ./src/**/*.test.js --opts ./mocha.opts",
"docs": "node scripts/docs.js",
"web": "static-server docs -p $PORT",
"dev": "gulp"
"dev": "gulp",
"postinstall": "npm run clean && npm run babel"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit cbe9835

Please sign in to comment.