From 8de9b3583d10b4e99ed7c91b18d25584670121a4 Mon Sep 17 00:00:00 2001 From: Tomi Virkki Date: Wed, 31 Jan 2024 09:57:58 +0200 Subject: [PATCH] fix: clean up before post-version install --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e2091b2a..f01e250f 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "validate:types": "tsc --noEmit", "validate:prettier": "prettier -c scripts packages/**/src/*.ts packages/**/src/{utils,renderers}/*.ts test types karma.config.cjs vite.config.ts", "validate:build": "tsx scripts/validate-build.ts", - "version": "npm run version -ws && git add packages/**/package.json && npm install --package-lock-only --ignore-scripts" + "version": "npm run version -ws && git add packages/**/package.json && rimraf package-lock.json node_modules && npm install" }, "repository": { "type": "git",