Skip to content

Commit 5fd5de1

Browse files
committed
build: fix version in dist files [skip ci]
1 parent 1ea221f commit 5fd5de1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

scripts/release.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ then
1313

1414
# clear existing ts cache
1515
rm -rf node_modules/.rts2_cache
16-
yarn run build
17-
yarn run build:dts
18-
yarn run test:dts
1916

2017
# generate the version so that the changelog can be generated too
2118
yarn version --no-git-tag-version --no-commit-hooks --new-version $VERSION
2219

20+
yarn run build
21+
yarn run build:dts
22+
yarn run test:dts
23+
2324
# changelog
2425
yarn run changelog
2526
yarn prettier --write CHANGELOG.md

0 commit comments

Comments
 (0)