This is an automated email from the ASF dual-hosted git repository. mintsweet pushed a commit to branch refactor-scripts in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
commit c748cdcb58507b82701c119b3faa91e009b2f971 Author: mintsweet <[email protected]> AuthorDate: Mon Oct 23 22:27:57 2023 +1300 refactor(config-ui): adjust scripts build and lint --- config-ui/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config-ui/package.json b/config-ui/package.json index fb4cf6220..97d90658b 100644 --- a/config-ui/package.json +++ b/config-ui/package.json @@ -5,9 +5,9 @@ "packageManager": "[email protected]", "scripts": { "start": "vite", - "build": "tsc && vite build", + "build": "vite build", "preview": "vite preview", - "lint": "eslint . --fix", + "lint": "tsc && eslint . --fix", "prettier": "prettier . --write", "lint-staged": "lint-staged", "prepare": "cd .. && husky install config-ui/.husky"
