@c-time/frelio-cms 1.3.3 → 1.3.4

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": "@c-time/frelio-cms",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
4
4
  "description": "Frelio CMS Admin - pre-built static bundle for 1-repo setup",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -18,7 +18,7 @@
18
18
  "scripts": {
19
19
  "dev": "vite",
20
20
  "dev:full": "wrangler pages dev --compatibility-date=2024-01-01 -- vite",
21
- "build": "npx tsr generate && tsc -b && vite build",
21
+ "build": "vite build",
22
22
  "build:publish": "cross-env FRELIO_ADMIN_BASE=/admin/ vite build",
23
23
  "prepublishOnly": "npm run build:publish",
24
24
  "preview": "vite preview",