chore: fix recursive compile
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user