Skip to content

Commit 144e026

Browse files
committed
fix backend-javascript-cjs.yml
1 parent 39281d0 commit 144e026

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/backend-javascript-cjs.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,18 @@ jobs:
1919
with:
2020
node-version: '20'
2121

22+
- name: Install dependencies
23+
run: npm ci
24+
working-directory: backend-javascript-cjs
25+
2226
- name: Lint
2327
run: npm run lint
2428
working-directory: backend-javascript-cjs
2529

30+
- name: Build app
31+
run: npm run build
32+
working-directory: backend-javascript-cjs
33+
2634
- name: Login to Docker Hub
2735
uses: docker/login-action@v3
2836
with:

0 commit comments

Comments
 (0)