Skip to content

Commit

Permalink
fix build order (#207)
Browse files Browse the repository at this point in the history
Signed-off-by: Kangrui Ye <[email protected]>
  • Loading branch information
strawberry-choco authored Dec 12, 2023
1 parent e3911e1 commit 615cfd8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"description": "",
"scripts": {
"build": "yarn workspaces foreach -ptA run build-package",
"build": "yarn workspaces foreach -pA --topological-dev run build-package",
"lint": "eslint . && eslint --config .eslintrc.format.js .",
"test": "yarn workspaces foreach -pA run test-package",
"postinstall": "husky install && git update-index --chmod=+x ./.husky/pre-commit",
Expand Down
1 change: 1 addition & 0 deletions packages/eslint-plugin-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"eslint": ">=8.0.0 <9.0.0"
},
"devDependencies": {
"@cloudflight/eslint-plugin-typescript": "workspace:*",
"typescript": "5.3.3"
}
}
3 changes: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ __metadata:
languageName: unknown
linkType: soft

"@cloudflight/eslint-plugin-typescript@workspace:packages/eslint-plugin-typescript":
"@cloudflight/eslint-plugin-typescript@workspace:*, @cloudflight/eslint-plugin-typescript@workspace:packages/eslint-plugin-typescript":
version: 0.0.0-use.local
resolution: "@cloudflight/eslint-plugin-typescript@workspace:packages/eslint-plugin-typescript"
dependencies:
Expand All @@ -551,6 +551,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@cloudflight/eslint-plugin-vue@workspace:packages/eslint-plugin-vue"
dependencies:
"@cloudflight/eslint-plugin-typescript": "workspace:*"
"@vue/eslint-config-typescript": "npm:^12.0.0"
eslint-plugin-vue: "npm:^9.19.2"
typescript: "npm:5.3.3"
Expand Down

0 comments on commit 615cfd8

Please sign in to comment.