dccxx-s3-explorer 1.0.108 → 1.0.109

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dccxx-s3-explorer",
3
- "version": "1.0.108",
3
+ "version": "1.0.109",
4
4
  "description": "A production ready, batteries included starter template for Vite + React projects",
5
5
  "keywords": [
6
6
  "vite",
@@ -29,6 +29,7 @@
29
29
  "dev": "vite",
30
30
  "format": "prettier \"src/**/*.{ts,tsx,json}\" --write",
31
31
  "prepare": "husky",
32
+ "prepublishOnly": "npm run build",
32
33
  "preview": "vite preview",
33
34
  "publish": "npm publish",
34
35
  "setup": "git init && npx husky init && npx playwright install && shx rm .husky/pre-commit",
@@ -138,4 +139,4 @@
138
139
  "vite-plugin-static-copy": "^1.0.6",
139
140
  "vitest": "2.0.5"
140
141
  }
141
- }
142
+ }