Skip to content

Commit

Permalink
fix: Fix build to always install the latest deps
Browse files Browse the repository at this point in the history
The v3.1.2 zip shipped without the TraceAnything update.  Oops!

Change-Id: I795af1b75ef8e11286d208a34f5a2119c4220d5c
  • Loading branch information
joeyparrish committed Nov 15, 2021
1 parent d336576 commit 2893bc7
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 @@ -12,7 +12,7 @@
"trace-anything": "^1.0.1"
},
"scripts": {
"build": "gulp",
"build": "npm install && gulp",
"test": "jasmine-browser-runner runSpecs"
}
}

0 comments on commit 2893bc7

Please sign in to comment.