diff --git a/packages/components/package.json b/packages/components/package.json index 98ff1eda7..e2721f933 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -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",