Skip to content

Commit

Permalink
Add npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
NHAS committed Nov 24, 2024
1 parent babe5e9 commit 79f0e05
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:

- name: Install build tools
run: sudo apt install -y make git npm gulp libpam0g-dev

- name: Install NPM tools
working-directory: adminui/frontend
run: npm install

- name: build
run: make release
Expand Down

0 comments on commit 79f0e05

Please sign in to comment.