Skip to content

Commit

Permalink
fix: generateBuildInfo.sh should produce .cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
mman committed Oct 15, 2024
1 parent 77ef247 commit d6977ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generateBuildInfo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
BUILD_VERSION=${BUILD_VERSION:=$(git describe --tags)}

mkdir -p ./dist
echo "// @ts-check\nmodule.exports.buildVersion=\"${BUILD_VERSION}\"" > ./dist/buildInfo.js
echo "// @ts-check\nmodule.exports.buildVersion=\"${BUILD_VERSION}\"" > ./dist/buildInfo.cjs

0 comments on commit d6977ab

Please sign in to comment.