Skip to content

Commit

Permalink
Fix build:watch script (#1016)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO authored Jan 30, 2024
1 parent 7a39dde commit de80d36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"license": "Apache-2.0",
"scripts": {
"build": "rollup --config --bundleConfigAsCjs && rollup --config rollup.config.worker.js --bundleConfigAsCjs && pnpm downlevel-dts",
"build:watch": "rollup --watch --config rollup.config.js",
"build:watch": "rollup --watch --config --bundleConfigAsCjs",
"build:worker:watch": "rollup --watch --config rollup.config.worker.js --bundleConfigAsCjs",
"build-docs": "typedoc",
"proto": "protoc --es_out src/proto --es_opt target=ts -I./protocol ./protocol/livekit_rtc.proto ./protocol/livekit_models.proto",
"sample": "vite example -c vite.config.mjs",
Expand Down

0 comments on commit de80d36

Please sign in to comment.