chore: release after tag push

This commit is contained in:
Mo
2022-06-14 10:50:08 -05:00
parent 998476196a
commit 4bd61adc5b
15 changed files with 59 additions and 72 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "@standardnotes/components-meta",
"name": "@standardnotes/components",
"version": "0.2.0",
"private": true,
"workspaces": {
@@ -9,8 +9,7 @@
},
"scripts": {
"build": "echo BUILDING COMPONENTS && yarn workspaces foreach --parallel run build",
"lint": "yarn workspaces foreach --parallel run lint",
"version": "node scripts/package-components.mjs && git add dist && git commit -m 'chore(release): components'"
"lint": "yarn workspaces foreach --parallel run lint"
},
"devDependencies": {
"@standardnotes/deterministic-zip": "^1.2.0",