1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34: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

View File

@@ -1,3 +1,3 @@
tasks:
- init: npm install && npm run build
command: npm run start
- init: pnpm install && pnpm run build
command: pnpm run start