@qlover/create-app 0.1.9 → 0.1.10

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/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
 
2
2
 
3
+ ## [0.1.10](https://github.com/qlover/fe-base/compare/create-app-v0.1.9...create-app-v0.1.10) (2025-02-20)
4
+
3
5
  ## [0.1.9](https://github.com/qlover/fe-base/compare/create-app-v0.1.8...create-app-v0.1.9) (2025-02-20)
4
6
 
5
7
 
@@ -40,7 +40,7 @@ jobs:
40
40
  npm install -g pnpm
41
41
  pnpm -v
42
42
 
43
- - name: Install dependencies
43
+ - name: Pnpm Install dependencies
44
44
  run: pnpm install
45
45
 
46
46
  - name: Pnpm Lint
@@ -90,6 +90,9 @@ jobs:
90
90
  npm install -g pnpm
91
91
  pnpm -v
92
92
 
93
+ - name: Pnpm Install dependencies
94
+ run: pnpm install
95
+
93
96
  - name: Pnpm Lint
94
97
  run: pnpm lint
95
98
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qlover/create-app",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "main": "./dist/es/index.js",