Skip to content

Commit 261efde

Browse files
committed
chore: permission fix on release script
1 parent e389e1c commit 261efde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/release.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ find . \( -name README.md -or -name package.json \) -not -path '*/node_modules/*
2525
npm run build:clean
2626
npm run build
2727
npm run lint
28-
npm run test -- --all
28+
npm run test:ci
2929
# Commit
3030
git commit -m "chore: bump to version ${VERSION}" --no-verify
3131
git tag "v${VERSION}"

0 commit comments

Comments
 (0)