@fchc8/vite-plugin-multi-page 1.9.1 → 1.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fchc8/vite-plugin-multi-page",
3
- "version": "1.9.1",
3
+ "version": "1.9.2",
4
4
  "description": "A powerful Vite plugin for building multi-page applications with smart file routing and multi-strategy builds",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -52,7 +52,7 @@
52
52
  "pre-release": "bash scripts/pre-release-check.sh",
53
53
  "prepack": "pnpm run clean && pnpm run type-check && pnpm run lint && pnpm run format:check && pnpm run build",
54
54
  "prepublishOnly": "pnpm run prepack",
55
- "postpublish": "git push && git push --tags",
55
+ "postpublish": "if [ -n \"$CI\" ]; then echo 'Skipping git push in CI environment'; else git push && git push --tags; fi",
56
56
  "version:patch": "npm version patch",
57
57
  "version:minor": "npm version minor",
58
58
  "version:major": "npm version major",