Skip to content

Commit

Permalink
Update build:browser script to update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Gama committed May 19, 2017
1 parent d4b369b commit 2bc4924
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 @@ -14,7 +14,7 @@
"repository": "[email protected]:uphold/uphold-sdk-javascript.git",
"scripts": {
"build": "rm -rf dist && yarn build:node && yarn build:browser",
"build:browser": "webpack --progress",
"build:browser": "yarn && webpack --progress",
"build:node": "babel src/node -d dist/node && babel src/core -d dist/core",
"changelog": "github-changelog-generator --owner uphold --repo uphold-sdk-javascript --future-release=v$npm_package_version > CHANGELOG.md",
"cover": "yarn test -- --coverage",
Expand Down

0 comments on commit 2bc4924

Please sign in to comment.