Skip to content

Commit

Permalink
ci: fix README copy (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework authored Sep 19, 2024
1 parent 19c58e3 commit e6d564f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
- name: Publish to NPM
run: |
cp README.md packages/vite-plugin-checker/README.md
git tag vite-plugin-checker@${{ steps.version_to_release.outputs.result }}
git push origin vite-plugin-checker@${{ steps.version_to_release.outputs.result }}
pnpm -r publish --no-git-checks
Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
## Development

```bash
# Make sure that corepack(https://github.com/nodejs/corepack) is enabled.
corepack enable
pnpm i
pnpm build
pnpm dev
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"test-unit:watch": "vitest",
"type-check": "pnpm -r --parallel --filter \"vite-plugin-checker\" exec tsc --noEmit",
"docs:dev": "pnpm --filter docs run dev",
"docs:build": "pnpm --filter docs run build",
"release": "cp README.md packages/vite-plugin-checker/README.md && changeset publish && git push --follow-tags"
"docs:build": "pnpm --filter docs run build"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged"
Expand Down

0 comments on commit e6d564f

Please sign in to comment.