Skip to content

Commit 0c72eee

Browse files
committed
chore: update in-browser rollup bundle
1 parent 0390439 commit 0c72eee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libs/rollup/espruino-rollup.browser.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"espruino": "./bin/espruino-cli.js"
88
},
99
"scripts": {
10-
"build": "cd libs/rollup && npm run build"
10+
"build": "cd libs/rollup && npm install && npm run build"
1111
},
1212
"repository": {
1313
"type": "git",

0 commit comments

Comments
 (0)