Skip to content

Commit

Permalink
ci(actions): change ci to i npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeptossss committed Oct 29, 2023
1 parent 32f57b8 commit fce5b12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: 16.14.2

# Install packages
- run: npm ci
- run: npm i

# Generate prisma client & push to db
- run: echo "DATABASE_URL=file:./db.sqlite" > .env
Expand All @@ -43,7 +43,7 @@ jobs:
node-version: 16.14.2

# Install packages
- run: npm ci
- run: npm i

# Generate prisma client & push to db
- run: echo "DATABASE_URL=file:./db.sqlite" > .env
Expand Down

0 comments on commit fce5b12

Please sign in to comment.