Skip to content

Commit ec09778

Browse files
committed
fix(playground): support env file
1 parent 5c5dfe5 commit ec09778

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

96.9 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"dev": "pnpm -r --parallel --filter \"./packages/*\" run watch:repo",
3333
"watch": "pnpm -r --parallel --filter \"./packages/*\" run watch:repo",
3434
"cli": "tsx packages/cli/src/index.ts",
35-
"playground": "tsx packages/cli/src/index.ts playground",
35+
"playground": "node --env-file=.env --import tsx packages/cli/src/index.ts playground",
3636
"changeset": "changeset",
3737
"changeset:check": "node scripts/check-changeset.mjs",
3838
"version-packages": "changeset version",

0 commit comments

Comments
 (0)