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