From d44b0d42022c0316a6fe242a054b35e4966b94c9 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Mon, 24 Feb 2020 08:02:02 +0100 Subject: [PATCH] no freeze --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2027e465f275..c8596a140633 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "lint:prettier": "yarn --silent lint:prettier:ci --fix", "lint:prettier:ci": "prettylint '**/*.{md,yml,yaml}' --ignore-path .gitignore", "postinstall": "opencollective postinstall && yarn build", - "install-no-ts-build": "node ./scripts/remove-postinstall && yarn --no-progress --frozen-lockfile && node ./scripts/build", + "install-no-ts-build": "node ./scripts/remove-postinstall && yarn --no-progress && node ./scripts/build", "publish": "yarn build-clean && yarn build && lerna publish --silent", "test-ci-es5-build-in-browser": "karma start --single-run", "test-ci": "yarn jest-coverage --color -i --config jest.config.ci.js && yarn test-leak && node ./scripts/mapCoverage.js && codecov",