Skip to content

Commit

Permalink
[fixed] Release scripts usage of rimraf
Browse files Browse the repository at this point in the history
  • Loading branch information
mtscout6 committed Apr 7, 2015
1 parent 6a9a91a commit 723ee4d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/release
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#!/usr/bin/env node
/* eslint no-var: 0 */
require('../register-babel');
var path = require('path');
var nodeModulesBin = path.resolve(__dirname, '../node_modules/.bin');
process.env.PATH = nodeModulesBin + ':' + process.env.PATH;
require('./release-scripts/release');

0 comments on commit 723ee4d

Please sign in to comment.