chore: workflow

This commit is contained in:
Mo
2022-06-14 11:20:17 -05:00
parent 4bd61adc5b
commit d9ad998e42
8 changed files with 34 additions and 14 deletions

View File

@@ -8,8 +8,8 @@
]
},
"scripts": {
"build": "echo BUILDING COMPONENTS && yarn workspaces foreach --parallel run build",
"lint": "yarn workspaces foreach --parallel run lint"
"build": "yarn workspaces foreach --parallel --verbose run build",
"lint": "yarn workspaces foreach --parallel --verbose run lint"
},
"devDependencies": {
"@standardnotes/deterministic-zip": "^1.2.0",