Skip to content

Commit

Permalink
Merge pull request #3 from uphold/enhancement/update-dependencies-on-…
Browse files Browse the repository at this point in the history
…bundle

Update build:browser script to update dependencies
  • Loading branch information
ruipenso authored May 24, 2017
2 parents d4b369b + 2bc4924 commit 04d0e11
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 04d0e11

Please sign in to comment.