From 9f6c82c0dcda173b696f8b0ca884cc95ec14343c Mon Sep 17 00:00:00 2001 From: Konstantin Dyachenko Date: Fri, 3 May 2024 00:12:54 +0000 Subject: [PATCH] Refresh --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cd621904..4bd2e516 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "npm-pull": "npm-pull", "npm-release": "npm-release", "git-publish": "npm i @deep-foundation/deeplinks@latest --package-lock-only && git restore package.json && npm version patch --no-git-tag-version && git add . && git commit -m \"publish\" && git push origin main", - "package:refresh": "rm -rf node_modules; rm -f package-lock.json; npm i --package-lock-only --workspaces false", + "package:refresh": "rm -rf node_modules; rm -f package-lock.json; npm i --workspaces false", "package:build": "tsc --project tsconfig.json", "package:publish": "npm run build && npm publish --access public", "package:unbuild": "rimraf ./*.js && rimraf ./*.js.map && rimraf ./*.d.ts && (cd ./imports && rimraf ./*.js && rimraf ./*.js.map && rimraf ./*.d.ts && cd ../)",