Skip to content

Commit ff36996

Browse files
committed
fix: output gauge once into packagesources before watching
to prevent errors if someone forgets to run build first
1 parent b963ccb commit ff36996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gauge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"build": "cross-env DEBUG=false npx rollup -c",
8-
"dev": "cross-env DEBUG=true npx rollup -cw"
8+
"dev": "cross-env DEBUG=false npx rollup -c && cross-env DEBUG=true npx rollup -cw"
99
},
1010
"keywords": [],
1111
"author": "",

0 commit comments

Comments
 (0)