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 ../)",