Update scripts to use pnpm instead of npm

This commit is contained in:
poroyo
2024-07-04 14:14:50 +09:00
parent 42ae85fe52
commit 859895592f
2 changed files with 6 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
npm install
npm run build
npm run runserver
pnpm install
pnpm run build
pnpm run runserver