chore: workflows

This commit is contained in:
Mo
2022-06-10 19:07:17 -05:00
parent add01a5fce
commit eb07d57115

View File

@@ -9,8 +9,7 @@
}, },
"scripts": { "scripts": {
"build": "yarn workspaces foreach --parallel run build", "build": "yarn workspaces foreach --parallel run build",
"preversion": "yarn build", "version": "node scripts/package-components.mjs && git add dist && git commit -m 'chore(release): components'"
"version": "node scripts/package-components.mjs"
}, },
"installConfig": { "installConfig": {
"hoistingLimits": "workspaces" "hoistingLimits": "workspaces"