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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user