chore: fix recursive compile
This commit is contained in:
@@ -10,8 +10,8 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"compile": "yarn compile:lint && yarn compile:all",
|
"compile": "yarn compile:lint && yarn compile:all",
|
||||||
"compile:lint": "yarn workspaces foreach --parallel --verbose run lint",
|
"compile:lint": "yarn workspaces foreach --parallel --verbose --from @standardnotes/components-meta run lint",
|
||||||
"compile:all": "yarn workspaces foreach --parallel --verbose run compile"
|
"compile:all": "yarn workspaces foreach --parallel --verbose --from @standardnotes/components-meta run compile"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@standardnotes/deterministic-zip": "^1.2.0",
|
"@standardnotes/deterministic-zip": "^1.2.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user