Skip to content

Commit 921b2fc

Browse files
committed
🔄 ci: typo -> build:ff
1 parent 7aeeba8 commit 921b2fc

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,19 @@ jobs:
1111
with:
1212
enable-cache: true
1313
- name: Setup Python virtual environment
14-
run: uv venv .venv --seed ; echo $(ls -la)
15-
14+
run: uv venv --seed
1615
- uses: actions/setup-node@v4
1716
with:
1817
node-version: "22.x"
18+
1919
- name: Install dependencies
20-
run: npm install ; echo $(ls -la)
20+
run: npm install
21+
2122
- name: Build
2223
run: npm run build
24+
25+
- name: Build Firefox
26+
run: npm run build:ff
27+
2328
- name: Dev Chrome
2429
run: npm run dev
25-
- name: Dev Firefox
26-
run: npm run dev:ff

0 commit comments

Comments
 (0)