Skip to content

Commit

Permalink
build: run build before release
Browse files Browse the repository at this point in the history
seems somehow pnpm skipts it for workspace root -_-
  • Loading branch information
pi0 committed Jan 22, 2024
1 parent e5cfcf4 commit d3f32d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"lint:fix": "eslint --cache --ext .ts,.js,.mjs,.cjs . --fix && prettier -c src -w",
"prepack": "pnpm run build",
"prepare": "unbuild --stub",
"release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
"release": "pnpm test && pnpm build && changelogen --release && npm publish && git push --follow-tags",
"test": "pnpm lint && pnpm test:types",
"test:types": "tsc --noEmit --skipLibCheck"
},
Expand Down Expand Up @@ -57,4 +57,4 @@
"consola": "^3.2.3",
"pkg-types": "^1.0.3"
}
}
}

0 comments on commit d3f32d2

Please sign in to comment.