Skip to content

Commit

Permalink
Correctly run 'babel'
Browse files Browse the repository at this point in the history
  • Loading branch information
squadette committed Feb 12, 2017
1 parent be2f894 commit a364732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-on-rails/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"test": "babel-tape-runner -r node_package/tests/helpers/test_helper.js node_package/tests/*.js | tap-spec",
"clean": "rm -rf node_package/lib",
"prepublish": "yarn run build",
"babel": "babel --out-dir node_package/lib node_package/src",
"babel": "$(yarn bin)/babel --out-dir node_package/lib node_package/src",
"build": "yarn run clean && yarn run babel",
"build-watch": "babel --watch --out-dir node_package/lib node_package/src",
"eslint": "eslint .",
Expand Down

0 comments on commit a364732

Please sign in to comment.