Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,8 @@ jobs:
- name: Install Dependencies
run: pnpm i

- name: Build Packages
run: pnpm build

- name: Publish
run: pnpm stage publish --no-git-checks
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@ jobs:
- name: Install Dependencies
run: pnpm install && npx playwright install

- name: Build Packages
run: pnpm build

- name: Run Test
run: pnpm run test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dev": "rslib -w",
"lint": "rslint && prettier -c .",
"lint:write": "rslint --fix && prettier -w .",
"prepare": "simple-git-hooks && npm run build",
"prepare": "simple-git-hooks",
Comment thread
chenjiahan marked this conversation as resolved.
"test": "playwright test",
"bump": "npx bumpp"
},
Expand Down
Loading