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

Commit

Permalink
Commenting out npm run security-checks since it no longer works
Browse files Browse the repository at this point in the history
  • Loading branch information
bsclifton committed Dec 13, 2018
1 parent 35b4452 commit 33f8229
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/buildPackage.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ console.log('Building version ' + VersionInfo.braveVersion + ' in ' + buildDir +

cmds = cmds.concat([
'"./node_modules/.bin/webpack"',
'npm run checks',
// NOTE: api.nodesecurity.io seems to be down?
// 'npm run checks',
`node ./node_modules/electron-packager/cli.js . ${appName}` +
' --overwrite=true' +
' --ignore="' + ignoredPaths.join('|') + '"' +
Expand Down

0 comments on commit 33f8229

Please sign in to comment.