create-lwr 0.8.7 → 0.8.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
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "type": "module",
23
23
  "types": "build/es/index.d.ts",
24
- "version": "0.8.7",
24
+ "version": "0.8.9",
25
25
  "module": "build/es/index.js",
26
26
  "main": "build/cjs/index.cjs",
27
27
  "files": [
@@ -39,5 +39,5 @@
39
39
  "minimist": "^1.2.6",
40
40
  "prompts": "^2.4.1"
41
41
  },
42
- "gitHead": "26565738029001663f1b9f2207ad8870277e821f"
42
+ "gitHead": "05ec6f2fc4d024a098e2b98b4412bee1fc92678c"
43
43
  }
@@ -44,7 +44,6 @@ The LWR server is configured in `lwr.config.json`, at the root of the project. T
44
44
 
45
45
  ```bash
46
46
  yarn install
47
- yarn build
48
47
  yarn start # prod mode and ESM format
49
48
  ```
50
49
 
@@ -44,7 +44,6 @@ The LWR server is configured in `lwr.config.json`, at the root of the project. T
44
44
 
45
45
  ```bash
46
46
  yarn install
47
- yarn build
48
47
  yarn start # prod mode and ESM format
49
48
  ```
50
49
 
@@ -51,7 +51,6 @@ The LWR server is configured in `lwr.config.json`, at the root of the project. T
51
51
 
52
52
  ```bash
53
53
  yarn install
54
- yarn build
55
54
  yarn start # prod mode and ESM format
56
55
  ```
57
56