Skip to content

Commit

Permalink
fix: can't get type pkg info
Browse files Browse the repository at this point in the history
  • Loading branch information
FliPPeDround committed Jun 15, 2024
1 parent ecf5d84 commit 66800ba
Show file tree
Hide file tree
Showing 9 changed files with 223 additions and 255 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@ jobs:
working-directory: ../sample-project
run: pnpm build:mp-weixin

- name: 输出环境信息
working-directory: ../sample-project
run: node ./../create-uni/dist/outfile.cjs --info all

test-template:
needs: build
strategy:
Expand Down Expand Up @@ -204,3 +208,7 @@ jobs:
- name: 打包小程序项目
working-directory: ../sample-project
run: pnpm build:mp-weixin

- name: 输出环境信息
working-directory: ../sample-project
run: node ./../create-uni/dist/outfile.cjs --info all
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,16 @@
"ejs": "^3.1.9",
"envinfo": "^7.12.0",
"eslint": "^8.56.0",
"execa": "^8.0.1",
"json5": "^2.2.3",
"kolorist": "^1.8.0",
"lint-staged": "^15.2.1",
"local-pkg": "^0.5.0",
"minimist": "^1.2.8",
"ora": "^8.0.1",
"path-exists": "^5.0.0",
"prompts": "^2.4.2",
"simple-git-hooks": "^2.9.0",
"terser": "^5.31.0",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"which-pm": "^2.2.0"
"typescript": "^5.3.3"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
121 changes: 5 additions & 116 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 66800ba

Please sign in to comment.