Browse Source

chore: fix before init script

alvarosabu 2 năm trước cách đây
mục cha
commit
2e235a467a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .release-it.json

+ 1 - 1
.release-it.json

@@ -13,7 +13,7 @@
         }
     },
     "hooks": {
-        "before:init": ["pnpm run lint", "pnpm test"],
+        "before:init": ["pnpm run lint", "pnpm test:ci"],
         "after:bump": "pnpm run build",
         "after:git:release": "echo After git push, before github release",
         "after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."