Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Commit

Permalink
[BUGFIX] Use the babel binary from the @reduct/build-tools #28
Browse files Browse the repository at this point in the history
  • Loading branch information
Inkdpixels committed Aug 2, 2015
1 parent 4112a15 commit a01ade6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "Dist/Component.js",
"scripts": {
"test": "reduct build && npm run build-tests && reduct test",
"build-tests": "./node_modules/.bin/babel Tests/ExampleComponents/Src --out-dir Tests/ExampleComponents/Dist",
"build-tests": "./node_modules/@reduct/build-tools/node_modules/.bin/babel Tests/ExampleComponents/Src --out-dir Tests/ExampleComponents/Dist",
"reduct": "reduct"
},
"repository": {
Expand Down

0 comments on commit a01ade6

Please sign in to comment.