Skip to content

Commit

Permalink
chore(ci): simplify install command
Browse files Browse the repository at this point in the history
  • Loading branch information
Ridermansb committed Aug 20, 2024
1 parent b01ddd6 commit abc5acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version-file: ".nvmrc"

- name: Install app dependencies
run: npm ci --prefer-offline --no-audit --progress=false
run: npm ci

- run: npm run build

Expand Down

0 comments on commit abc5acf

Please sign in to comment.