From 6cd1d8a688f3c277ddd1b732e99cba5b08444dc8 Mon Sep 17 00:00:00 2001 From: Antonella Sgarlatta Date: Tue, 15 Jun 2021 15:39:47 -0300 Subject: [PATCH] chore: change pure-lockfile to frozen-lockfile on build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b36d87f19..c480173e4 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "bundle": "webpack --config webpack.prod.js && yarn tsc", "bundle:desktop": "webpack --config webpack.prod.js --env.platform='desktop'", "bundle:desktop:beta": "webpack --config webpack.prod.js --env.platform='desktop' --env.public_beta='true'", - "build": "bundle install && yarn install --pure-lockfile && bundle exec rails assets:precompile && yarn bundle", + "build": "bundle install && yarn install --frozen-lockfile && bundle exec rails assets:precompile && yarn bundle", "submodules": "git submodule update --init --force", "lint": "eslint --fix app/assets/javascripts", "tsc": "tsc --project app/assets/javascripts/tsconfig.json"