Skip to content

Commit

Permalink
chore: no extra test in publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Nov 16, 2024
1 parent 41647c3 commit 8293593
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
with:
node-version: latest
- run: npm ci
- run: npm run compile
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ steps.get-token.outputs.token }}
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"unit": "ava",
"test": "run-s clean-artifacts format/check compile lint unit",
"clean-artifacts": "git clean lib -X --force",
"is-code-clean": "git diff-index HEAD --quiet",
"prepublishOnly": "run-s is-code-clean test"
"is-code-clean": "git diff-index HEAD --quiet"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 8293593

Please sign in to comment.