Skip to content

Commit

Permalink
fix build order
Browse files Browse the repository at this point in the history
Signed-off-by: Kangrui Ye <[email protected]>
  • Loading branch information
strawberry-choco committed Dec 12, 2023
1 parent e3911e1 commit b389c7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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"
}
}

0 comments on commit b389c7b

Please sign in to comment.