Skip to content

Commit

Permalink
Use --frozen-lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
onurtemizkan committed Jan 31, 2025
1 parent 910d734 commit b74808e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-packages/node-integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"clean:script": "node scripts/clean.js",
"prisma-v5:init": "cd suites/tracing/prisma-orm-v5 && yarn && yarn setup",
"prisma-v6:init": "cd suites/tracing/prisma-orm-v6 && yarn && yarn setup",
"pg-native:rebuild": "yarn add --force pg-native --pure-lockfile",
"pg-native:rebuild": "yarn add --force pg-native --frozen-lockfile",
"lint": "eslint . --format stylish",
"fix": "eslint . --format stylish --fix",
"type-check": "tsc",
Expand Down

0 comments on commit b74808e

Please sign in to comment.