From: Eduardo San Martin Morote Date: Tue, 1 Sep 2020 16:46:10 +0000 (+0200) Subject: build: fix version in dist files [skip ci] X-Git-Tag: v4.0.0-beta.9~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5fd5de1bfdc509f6d9d51849c28f09a9a2b573ef;p=thirdparty%2Fvuejs%2Frouter.git build: fix version in dist files [skip ci] --- diff --git a/scripts/release.sh b/scripts/release.sh index 7a973853..b72dab8a 100644 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -13,13 +13,14 @@ then # clear existing ts cache rm -rf node_modules/.rts2_cache - yarn run build - yarn run build:dts - yarn run test:dts # generate the version so that the changelog can be generated too yarn version --no-git-tag-version --no-commit-hooks --new-version $VERSION + yarn run build + yarn run build:dts + yarn run test:dts + # changelog yarn run changelog yarn prettier --write CHANGELOG.md