Closed dgraham closed 2 years ago
Write the latest package version to src/version.ts during the npm version command. This creates the version commit and tag before running npm publish.
src/version.ts
npm version
npm publish
cc #39
cc
Write the latest package version to
src/version.ts
during thenpm version
command. This creates the version commit and tag before runningnpm publish
.cc
#39