Skip to content

Commit

Permalink
Run gulp build from npm run build; check in new browser.js.map
Browse files Browse the repository at this point in the history
  • Loading branch information
aomarks committed Apr 20, 2017
1 parent 6103bf1 commit 173b290
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion browser.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
],
"scripts": {
"lint": "gulp lint",
"build": "tsc",
"build": "tsc && gulp build",
"test": "tsc && gulp test",
"prepublish": "gulp prepublish",
"test:watch": "watch 'gulp test:unit' runner/ browser/ bin/ test/ tasks/",
Expand Down

0 comments on commit 173b290

Please sign in to comment.