We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39281d0 commit 144e026Copy full SHA for 144e026
1 file changed
.github/workflows/backend-javascript-cjs.yml
@@ -19,10 +19,18 @@ jobs:
19
with:
20
node-version: '20'
21
22
+ - name: Install dependencies
23
+ run: npm ci
24
+ working-directory: backend-javascript-cjs
25
+
26
- name: Lint
27
run: npm run lint
28
working-directory: backend-javascript-cjs
29
30
+ - name: Build app
31
+ run: npm run build
32
33
34
- name: Login to Docker Hub
35
uses: docker/login-action@v3
36
0 commit comments