use pnpm setup auto-install
This commit is contained in:
@@ -55,9 +55,6 @@ jobs:
|
|||||||
uses: pnpm/setup@84cb39b217b10273981911c288cd62326dc7c6d2 # v2.0.2
|
uses: pnpm/setup@84cb39b217b10273981911c288cd62326dc7c6d2 # v2.0.2
|
||||||
with:
|
with:
|
||||||
cache: true
|
cache: true
|
||||||
install: false
|
|
||||||
- name: 📦 pnpm install
|
|
||||||
run: pnpm install --frozen-lockfile
|
|
||||||
- name: 🔤 Check & compile i18n
|
- name: 🔤 Check & compile i18n
|
||||||
run: pnpm intl:build
|
run: pnpm intl:build
|
||||||
- name: 🧹 Lint checks
|
- name: 🧹 Lint checks
|
||||||
@@ -92,9 +89,6 @@ jobs:
|
|||||||
uses: pnpm/setup@84cb39b217b10273981911c288cd62326dc7c6d2 # v2.0.2
|
uses: pnpm/setup@84cb39b217b10273981911c288cd62326dc7c6d2 # v2.0.2
|
||||||
with:
|
with:
|
||||||
cache: true
|
cache: true
|
||||||
install: false
|
|
||||||
- name: 📦 pnpm install
|
|
||||||
run: pnpm install --frozen-lockfile
|
|
||||||
- name: 🔤 Check & compile i18n
|
- name: 🔤 Check & compile i18n
|
||||||
run: pnpm intl:build
|
run: pnpm intl:build
|
||||||
- name: 🧪 Run tests
|
- name: 🧪 Run tests
|
||||||
|
|||||||
@@ -23,9 +23,6 @@ jobs:
|
|||||||
uses: pnpm/setup@84cb39b217b10273981911c288cd62326dc7c6d2 # v2.0.2
|
uses: pnpm/setup@84cb39b217b10273981911c288cd62326dc7c6d2 # v2.0.2
|
||||||
with:
|
with:
|
||||||
cache: true
|
cache: true
|
||||||
install: false
|
|
||||||
- name: 📦 pnpm install
|
|
||||||
run: pnpm install --frozen-lockfile
|
|
||||||
- name: 🔤 Extract language strings
|
- name: 🔤 Extract language strings
|
||||||
run: pnpm intl:extract
|
run: pnpm intl:extract
|
||||||
- name: 📝 Create commit
|
- name: 📝 Create commit
|
||||||
|
|||||||
Reference in New Issue
Block a user