-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update build:browser script to update dependencies
- Loading branch information
Ricardo Gama
committed
May 19, 2017
1 parent
d4b369b
commit 2bc4924
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|