Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
arv committed Feb 6, 2016
1 parent b104d2a commit 4dbd105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ updateSemver: # unless the package.json has been manually edited.
git diff --quiet -- package.json && node build/incrementSemver.js

dist/commonjs: bin/traceur.js
./traceur --dir src/ dist/commonjs/ --modules=commonjs
./traceur --dir src/ dist/commonjs/ --modules=commonjs --require-runtime

prepublish: bin/traceur.js bin/traceur-runtime.js dist/commonjs/

Expand Down

0 comments on commit 4dbd105

Please sign in to comment.