chore: reinstall script

This commit is contained in:
Elliot DeNolf
2023-10-07 16:46:00 -04:00
parent 77bb42d672
commit 654561cf30

View File

@@ -19,7 +19,7 @@
"lint": "eslint \"packages/**/*.ts\"",
"lint-staged": "lint-staged",
"pretest": "pnpm build",
"reinstall": "./scripts/reinstall.sh",
"reinstall": "pnpm clean:unix && pnpm install",
"list:packages": "./scripts/list_published_packages.sh beta",
"script:release:beta": "./scripts/release_beta.sh",
"test": "pnpm test:int && pnpm test:components && pnpm test:e2e",