1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-14 23:32:25 +04:00

Switch from npm to pnpm for faster package installation (#1559)

This commit is contained in:
Paweł Kuna
2023-05-10 02:31:14 +02:00
committed by GitHub
parent 289dd3bd09
commit 8552a4621b
11 changed files with 9780 additions and 32699 deletions
+4 -4
View File
@@ -21,7 +21,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "${{ env.NODE }}"
cache: npm
cache: pnpm
- name: Set up Ruby
uses: ruby/setup-ruby@v1
@@ -32,8 +32,8 @@ jobs:
- run: ruby --version
- run: node --version
- name: Install npm dependencies
run: npm install
- name: Install pnpm dependencies
run: pnpm install
- name: Build
run: npm run build
run: pnpm run build