We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e389e1c commit 261efdeCopy full SHA for 261efde
tools/release.sh
100644
100755
@@ -25,7 +25,7 @@ find . \( -name README.md -or -name package.json \) -not -path '*/node_modules/*
25
npm run build:clean
26
npm run build
27
npm run lint
28
-npm run test -- --all
+npm run test:ci
29
# Commit
30
git commit -m "chore: bump to version ${VERSION}" --no-verify
31
git tag "v${VERSION}"
0 commit comments