Skip to content

Commit c94b7e6

Browse files
committed
do CSS codegen too
1 parent ba322f9 commit c94b7e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/elm-test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
env:
4040
NO_ELM_TOOLING_INSTALL: 1
4141

42-
- name: elm-land build
43-
run: npx elm-land build
42+
- name: npm run build
43+
run: npm run build
4444

45-
- name: elm-test
46-
run: npx elm-test
45+
- name: npm run test
46+
run: npm run test

0 commit comments

Comments
 (0)