chore: fix components publish

This commit is contained in:
Mo
2022-06-14 16:36:06 -05:00
parent bd9f0e39d3
commit 8c8c2dc009
624 changed files with 51550 additions and 7 deletions

View File

@@ -10,8 +10,8 @@
},
"scripts": {
"compile": "yarn compile:lint && yarn compile:all",
"compile:lint": "yarn workspaces foreach --parallel --verbose --exclude @standardnotes/components-meta run lint",
"compile:all": "yarn workspaces foreach --parallel --verbose --exclude @standardnotes/components-meta run compile"
"compile:lint": "yarn workspaces foreach --parallel --jobs 10 --verbose --exclude @standardnotes/components-meta run lint",
"compile:all": "yarn workspaces foreach --parallel --jobs 10 --verbose --exclude @standardnotes/components-meta run compile"
},
"devDependencies": {
"@standardnotes/deterministic-zip": "^1.2.0",