Skip to content

Commit

Permalink
Adding package lock, for the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ANeaves committed Jun 6, 2024
1 parent 171afea commit dd6674e
Show file tree
Hide file tree
Showing 2 changed files with 35,185 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish_GUI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: clean install app
run: |
npm install
npm ci
run: npm ci
- name: Build App
run: npm run build
- name: Create TGZ archive
Expand Down
Loading

0 comments on commit dd6674e

Please sign in to comment.