@opice/cli 0.0.4 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/commands/init.ts +2 -2
package/package.json
CHANGED
package/src/commands/init.ts
CHANGED
|
@@ -64,8 +64,8 @@ jobs:
|
|
|
64
64
|
- uses: actions/checkout@v4
|
|
65
65
|
- uses: oven-sh/setup-bun@v2
|
|
66
66
|
- run: bun install
|
|
67
|
-
- name: Install
|
|
68
|
-
run:
|
|
67
|
+
- name: Install Playwright Chromium
|
|
68
|
+
run: bunx playwright install --with-deps chromium
|
|
69
69
|
- name: Start playground (background)
|
|
70
70
|
run: bun run dev &
|
|
71
71
|
env:
|