Skip to content

Commit

Permalink
chore: update in-browser rollup bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
opichals committed Nov 25, 2018
1 parent 0390439 commit 0c72eee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/rollup/espruino-rollup.browser.js

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 @@ -7,7 +7,7 @@
"espruino": "./bin/espruino-cli.js"
},
"scripts": {
"build": "cd libs/rollup && npm run build"
"build": "cd libs/rollup && npm install && npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 0c72eee

Please sign in to comment.