mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-17 01:06:01 +08:00
15 lines
220 B
Bash
15 lines
220 B
Bash
echo "[TEST] check format"
|
|
npm run format-check
|
|
|
|
echo "[TEST] test package"
|
|
npm run package
|
|
|
|
echo "[TEST] test commit"
|
|
npm run check-commit
|
|
|
|
echo "[Action] do tag"
|
|
npm run tag
|
|
|
|
echo "[Action] do release"
|
|
npm run release
|