Skip to content

Commit 0f096c0

Browse files
committed
Merge branch 'main' into development
2 parents a1ce2ec + 4dfd6f8 commit 0f096c0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/development.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ jobs:
4242
NEXT_PUBLIC_SANITY_DATASET = '${{ vars.NEXT_PUBLIC_SANITY_DATASET }}'
4343
NEXT_PUBLIC_SANITY_PROJECT_ID = '${{ vars.NEXT_PUBLIC_SANITY_PROJECT_ID }}'
4444
EOT
45-
npm install -f
46-
npm audit fix
47-
npm run prismapull
45+
npm install
4846
npx prisma generate
4947
npm run build
5048
npx pm2 restart ISV2_dev

0 commit comments

Comments
 (0)