chore: fix recursive compile

This commit is contained in:
Mo
2022-06-14 16:23:05 -05:00
parent 9da6622fc0
commit bd9f0e39d3

View File

@@ -10,8 +10,8 @@
},
"scripts": {
"compile": "yarn compile:lint && yarn compile:all",
"compile:lint": "yarn workspaces foreach --parallel --verbose --from @standardnotes/components-meta run lint",
"compile:all": "yarn workspaces foreach --parallel --verbose --from @standardnotes/components-meta run compile"
"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"
},
"devDependencies": {
"@standardnotes/deterministic-zip": "^1.2.0",