Skip to content

Commit

Permalink
Merge pull request #1080 from NoroffFEU/QA-test
Browse files Browse the repository at this point in the history
Change run: npm i to npm ci
  • Loading branch information
MariuszRozycki authored Mar 17, 2024
2 parents 41f9090 + defe691 commit 7794d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install
run: npm i
run: npm ci
- name: Build CSS
run: npm run build
- name: Build Vite
Expand Down

0 comments on commit 7794d59

Please sign in to comment.