Skip to content

Commit

Permalink
fix: add build step on ci actions as npm run build
Browse files Browse the repository at this point in the history
  • Loading branch information
gloaysa committed Feb 24, 2022
1 parent d4477a9 commit fb1cbf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: npm ci

- name: Build application
run: npm build
run: npm run build

- name: Package & Deploy
env:
Expand Down

0 comments on commit fb1cbf3

Please sign in to comment.