Skip to content

Commit

Permalink
fix: publication pipeline broken
Browse files Browse the repository at this point in the history
  • Loading branch information
levino committed Jul 17, 2024
1 parent 7f26731 commit 3e013dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
with:
node-version: 20
- run: yarn
- run: yarn build
- run: yarn test
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"exports": "./build/index.js",
"scripts": {
"build": "tsc -p tsconfig.build.json",
"test": "vitest",
"test": "yarn build && vitest",
"clean": "rm -rf build",
"prepack": "yarn clean && yarn build",
"postpack": "yarn clean",
Expand Down

0 comments on commit 3e013dc

Please sign in to comment.