Skip to content

Commit

Permalink
Change to use npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorbernard committed Dec 5, 2023
1 parent ea0867e commit e9b2f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ clean:
test: test-unit

test-e2e:
npm ci
npm install
npx playwright install --with-deps
npx playwright test

Expand Down

0 comments on commit e9b2f7c

Please sign in to comment.