chore: fix recursive compile

This commit is contained in:
Mo
2022-06-14 16:18:52 -05:00
parent 1d34210a37
commit 9da6622fc0

View File

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