create-ec-app 0.0.10 → 0.0.11

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": "create-ec-app",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "description": "Unified CLI tool to create different types of EC applications: Webresource, Portal, Power Pages",
5
5
  "bin": {
6
6
  "create-ec-app": "./dist/index.js"
@@ -6,6 +6,7 @@
6
6
  "scripts": {
7
7
  "dev": "vite",
8
8
  "build": "tsc -b && vite build",
9
+ "build:dev": "tsc -b && vite build --mode development",
9
10
  "lint": "eslint .",
10
11
  "preview": "vite preview",
11
12
  "format": "biome format --write .",