Skip to content

Commit

Permalink
ci: fix release error
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Mar 12, 2024
1 parent 63ea48f commit b44c07d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ jobs:
strategy:
matrix:
os:
- macos-latest
- ubuntu-latest
- windows-latest
node:
- 18
- 20
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"lint": "yarn lint:es && yarn update:eslint-docs --check",
"lint:es": "eslint . --cache",
"prebuild": "rimraf lib",
"prepublishOnly": "yarn build",
"release": "yarn build && changeset publish",
"test": "jest",
"update:eslint-docs": "yarn build && eslint-doc-generator --rule-doc-title-format prefix-name --rule-doc-section-options false --rule-list-split meta.docs.category --ignore-config stage-0 --config-emoji recommended,☑️",
"watch": "yarn test --watch"
Expand Down

0 comments on commit b44c07d

Please sign in to comment.