Skip to content

Commit 43914e1

Browse files
committed
Fix incorrect order of build commands
1 parent cf3308e commit 43914e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818

1919
- name: Build Docker image
2020
run: |
21-
docker build -q -t app .
2221
sed -i -n '/FROM conex.eff.org/q;p' Dockerfile
22+
docker build -q -t app .
2323
2424
- name: Run lint
2525
run: docker run app npm run lint

0 commit comments

Comments
 (0)