chore: fix file name

This commit is contained in:
元凛
2022-02-15 13:38:07 +08:00
parent d874829fb1
commit 0a220d0ec9
7 changed files with 2 additions and 2 deletions

14
scripts/pub.sh Normal file
View File

@@ -0,0 +1,14 @@
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