Skip to content

Commit

Permalink
test release
Browse files Browse the repository at this point in the history
  • Loading branch information
hongfaqiu committed Jan 15, 2024
1 parent 339cbd0 commit 5eb703a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,16 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 'lts/*'
- uses: pnpm/action-setup@v2

- name: Install dependencies
run: pnpm install
- name: Build
run: pnpm build
run: pnpm Install

- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@v1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"clean": "turbo clean && rimraf node_modules",
"coverage": "vitest run --coverage",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"release": "pnpm build && pnpm test && changeset publish",
"release": "pnpm build && changeset publish",
"prepare": "husky install"
},
"lint-staged": {
Expand Down

0 comments on commit 5eb703a

Please sign in to comment.