@c-time/frelio-cms 1.3.8 → 1.3.9

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": "@c-time/frelio-cms",
3
- "version": "1.3.8",
3
+ "version": "1.3.9",
4
4
  "description": "Frelio CMS Admin - pre-built static bundle for 1-repo setup",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -13,7 +13,6 @@
13
13
  },
14
14
  "files": [
15
15
  "dist",
16
- "functions",
17
16
  "workers"
18
17
  ],
19
18
  "type": "module",
@@ -22,8 +21,8 @@
22
21
  "dev:full": "wrangler pages dev --compatibility-date=2024-01-01 -- vite",
23
22
  "build": "vite build",
24
23
  "build:functions": "node scripts/bundle-functions.mjs",
25
- "prepublishOnly": "vite build && npm run build:functions && cp -r functions functions-src && rm -rf functions && cp -r _dist_functions functions && cp -r ../../workers ./workers",
26
- "postpublish": "rm -rf functions workers _dist_functions && cp -r functions-src functions && rm -rf functions-src",
24
+ "prepublishOnly": "vite build && npm run build:functions && cp -r ../../workers ./workers",
25
+ "postpublish": "rm -rf ./workers",
27
26
  "preview": "vite preview",
28
27
  "typecheck": "tsc --noEmit",
29
28
  "test": "vitest",