Skip to content

Commit

Permalink
⬆️ pnpm7 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
JiangWeixian authored Aug 16, 2022
1 parent 7bef430 commit c4b4bf2
Show file tree
Hide file tree
Showing 5 changed files with 107 additions and 37 deletions.
5 changes: 5 additions & 0 deletions .changeset/sour-lies-agree.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@aiou/bin-template": patch
---

pnpm 7
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [14.x, 16.x]

steps:
- name: checkout code repository
Expand Down
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

pnpx lint-staged
pnpm lint-staged
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"dev": "rollup -c --silent -w",
"jest": "NO_COLOR=1 node --experimental-vm-modules node_modules/jest/bin/jest.js",
"test": "pnpm run build && pnpm run jest",
"ci:publish": "pnpm run build && pnpx changeset publish",
"ci:version": "pnpx changeset version",
"ci:snapshot": "pnpx changeset version --snapshot beta",
"ci:prerelease": "pnpm run build && pnpx changeset publish --tag beta",
"ci:publish": "pnpm run build && pnpm changeset publish",
"ci:version": "pnpm changeset version",
"ci:snapshot": "pnpm changeset version --snapshot beta",
"ci:prerelease": "pnpm run build && pnpm changeset publish --tag beta",
"lint:fix": "eslint . --fix",
"prepare": "husky install"
},
Expand Down
Loading

0 comments on commit c4b4bf2

Please sign in to comment.