Skip to content

Commit

Permalink
fix: cli选择构建工具修复 (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
Muyu-art authored Aug 13, 2024
1 parent 8668302 commit 9a50279
Show file tree
Hide file tree
Showing 4 changed files with 219 additions and 112 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@
"scripts": {
"init": "npm i && npx lerna bootstrap",
"dev": "lerna run watch --stream --parallel",
"dev:local": "esno ./packages/cli/core/src/index.ts",
"build": "lerna run build",
"link": "lerna run link",
"lint": "eslint . --ext .js,.ts --fix",
"format": "prettier --write **/*{.vue,.js,.ts,.html,.json}",
"publish": "lerna run build && lerna exec npm publish",
"clean": "lerna clean && rm -rf node_modules && lerna run clean",
"clean:dist": "lerna run clean",
"commit": "git-cz",
"prepare": "husky install"
},
Expand All @@ -30,6 +32,7 @@
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"esno": "^4.7.0",
"husky": "^7.0.4",
"lerna": "^5.4.2",
"lint-staged": "^13.0.3",
Expand Down
6 changes: 4 additions & 2 deletions packages/toolkits/pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,21 +59,23 @@
"cross-spawn": "^7.0.3",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"fs-extra": "^10.1.0",
"inquirer": "^8.0.2",
"mysql2": "^3.4.2",
"open": "^8.4.0"
},
"devDependencies": {
"@bitjson/npm-scripts-info": "^1.0.0",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/fs-extra": "^11.0.4",
"@types/inquirer": "^9.0.3",
"@types/node": "^14.18.63",
"ava": "2.2.0",
"codecov": "^3.5.0",
"cz-conventional-changelog": "^2.1.0",
"fs-extra": "^11.2.0",
"gh-pages": "^2.0.1",
"npm-run-all": "^4.1.5",
"nyc": "^14.1.1",
"nyc": "^17.0.0",
"prettier": "^1.18.2",
"trash-cli": "^3.0.0",
"tslint": "^5.18.0",
Expand Down
Loading

0 comments on commit 9a50279

Please sign in to comment.