Skip to content

Commit

Permalink
chore: improve ci and typo
Browse files Browse the repository at this point in the history
  • Loading branch information
suhaotian committed Mar 24, 2024
1 parent 5f8edf7 commit 744aa20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: pnpm checktype

- name: Run tests
run: pnpm dev:test
run: pnpm test

- name: Run vitest mock tests
run: pnpm --filter=vitest-mock-example test
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- refactor(core): default request inteceptor should work before send fetch
- refactor(core): remove `_data` in request config
- refactor(core): remove `encode` in options, use `paramsSerializer` option instead
- chore(README): add encrypt/decrypt to README
- chore(README): add encrypt/decrypt example to README

## v0.2.6 2024/03/22

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@
"build": "bunchee -m",
"build:lib": "rm -rf lib && tsc --project tsconfig.json",
"build:umd": "pnpm build:lib && pnpm webpack --config ./scripts/webpack.config.mjs",
"test": "pnpm --filter=xior-tests test",
"dev:test": "bunchee && pnpm test",
"test": "bunchee && pnpm --filter=xior-tests test",
"checktype": "tsc --noEmit",
"start-publish": "pnpm build && pnpm build:umd && node scripts/purge-pkg-for-publish.mjs && npm publish --registry=https://registry.npmjs.org",
"push": "git push && git lfs push --all origin",
Expand Down

0 comments on commit 744aa20

Please sign in to comment.