Skip to content

Commit

Permalink
Merge pull request #165 from echoint/version-when-building
Browse files Browse the repository at this point in the history
build build-dependent versions.json before build builds
  • Loading branch information
evanderkoogh authored Sep 10, 2024
2 parents d0dcc83 + 12e1e55 commit 9aaa5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"build-esm": "tsc",
"build-cjs": "tsc -p tsconfig-cjs.json",
"fix-dist": "echo '{\"type\": \"module\"}' > dist/esm/package.json && echo '{\"type\": \"commonjs\"}' > dist/cjs/package.json",
"build": "run-s -l build-esm build-cjs fix-dist",
"build": "run-s -l cs-version build-esm build-cjs fix-dist",
"cs-version": "changeset version && pnpm version --json > versions.json",
"cs-publish": "changeset publish",
"release": "run-s -l clean cs-version build cs-publish",
Expand Down

0 comments on commit 9aaa5e4

Please sign in to comment.