Skip to content

Commit

Permalink
run ci before release
Browse files Browse the repository at this point in the history
  • Loading branch information
codenoobforreal committed Dec 19, 2024
1 parent 1b3a6e5 commit 0adcd5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Install dependencies
run: npm install

- name: CI
run: npm run ci

- name: release
id: changesets
uses: changesets/action@v1
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"check-exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm",
"changeset": "changeset",
"release": "changeset version && changeset publish",
"prepublishOnly": "npm run ci",
"ci": "npm run lint && npm run test && npm run check-format && npm run build && npm run check-exports"
},
"devDependencies": {
Expand Down

0 comments on commit 0adcd5b

Please sign in to comment.