Skip to content

Commit

Permalink
remove lockfile freeze
Browse files Browse the repository at this point in the history
  • Loading branch information
0xShuk committed Aug 26, 2024
1 parent f4bb72f commit 2c6c500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test-all": "yarn lint && yarn type-check && yarn test",
"notifier": "ts-node scripts/governance-notifier.ts",
"setup": "yarn install && yarn allow-scripts && yarn bigint-fix",
"ci": "yarn install --frozen-lockfile --network-concurrency 1 --color=always && yarn allow-scripts && yarn bigint-fix",
"ci": "yarn install --network-concurrency 1 --color=always && yarn allow-scripts && yarn bigint-fix",
"deduplicate": "npx yarn-deduplicate",
"bigint-fix": "cd node_modules/bigint-buffer && yarn rebuild && cd ../../",
"postinstall": "echo '\\033[35mIf you just added a package, consider running `\\033[1m\\033[36;1myarn deduplicate` \\033[0m\\033[35mto check for duplicates!\\033[00m\n \\033[35malso make sure scripts run by new packages are reviewed and added in the allowScripts section. Then run `\\033[1m\\033[36;1myarn allow-scripts\\033[0m\\033[35m`!\\033[00m'",
Expand Down

0 comments on commit 2c6c500

Please sign in to comment.