diff --git a/package.json b/package.json index 12fff520442..d67a8cf2003 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "run-ci": "./tools/ci.sh", "reset:node-modules": "del-cli '**/node_modules'", "reset:git": "git clean -f -X", - "reset:yarn-lock": "del-cli yarn.lock && yarn install --update-checksums --force", + "reset:yarn-lock": "yarn install --update-checksums --force", "reset": "run-s reset:git reset:node-modules reset:yarn-lock configure", "configure": "yarn install --frozen-lockfile --non-interactive && yarn run build:dev:backend", "install-yarn": "npm install --global yarn@1.18.0",