Skip to content

Commit

Permalink
Merge pull request #32 from brave/revert-30-master
Browse files Browse the repository at this point in the history
Revert "Change node builder from npm to yarn"
  • Loading branch information
bbondy committed Jun 6, 2018
2 parents d5ed3b5 + 2cb9e13 commit f83f0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-scripts/build-brave-extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import shutil
from lib.util import execute_stdout, scoped_cwd

NPM = 'yarn'
NPM = 'npm'
if sys.platform in ['win32', 'cygwin']:
NPM += '.cmd'

Expand Down

0 comments on commit f83f0be

Please sign in to comment.