Skip to content

Commit e658231

Browse files
authored
Merge pull request #596 from vizzuhq/cd_purge
Safer npm install after publish
2 parents 3700fa4 + 49bfda2 commit e658231

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/ci/run/pkg-purge-js.sh

+1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ set -e
44

55
version=$(node ./test/e2e/test.cjs -v --vizzu /dist/vizzu.min.js|awk -F'-' '{print $1}')
66
echo "version: $version"
7+
npm cache clean --force && sleep 5
78
npm install vizzu@$version
89
node ./tools/ci/purge.cjs $version

0 commit comments

Comments
 (0)