@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
|
@@ -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
|
|