Skip to content

Commit

Permalink
Correct dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav committed Dec 22, 2024
1 parent e1531c4 commit 4ffe815
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 @@ -8,7 +8,7 @@
"scripts": {
"----------------------DEV----------------------": "",
"dev:ext": "pnpm -dir extension run dev",
"dev:packages": "pnpm run --parallel --filter=\"./packages/*\" dev",
"dev:packages": "node --experimental-transform-types ./build.ts --watch",
"sandbox": "pnpm -dir examples/sandbox run dev",
"sandbox:ext": "pnpm -dir examples/sandbox run dev:ext",
"----------------------BUILD----------------------": "",
Expand Down

0 comments on commit 4ffe815

Please sign in to comment.