Skip to content

Commit f313bab

Browse files
committed
remove frozen lockfile option in CI
1 parent 041f646 commit f313bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"test-all": "yarn lint && yarn type-check && yarn test",
1818
"notifier": "ts-node scripts/governance-notifier.ts",
1919
"setup": "yarn install && yarn allow-scripts && yarn bigint-fix",
20-
"ci": "yarn install --frozen-lockfile --network-concurrency 1 --color=always && yarn allow-scripts && yarn bigint-fix",
20+
"ci": "yarn install --network-concurrency 1 --color=always && yarn allow-scripts && yarn bigint-fix",
2121
"deduplicate": "npx yarn-deduplicate",
2222
"bigint-fix": "cd node_modules/bigint-buffer && yarn rebuild && cd ../../",
2323
"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'",

0 commit comments

Comments
 (0)