Files
Picsur/support/purge-all.sh

10 lines
149 B
Bash
Raw Permalink Normal View History

2022-05-02 12:11:25 +02:00
#!/bin/bash
2024-10-30 20:06:09 +01:00
pnpm --filter picsur-shared purge
pnpm --filter picsur-frontend purge
pnpm --filter picsur-backend purge
pnpm devdb:remove
pnpm purge
2022-05-02 12:11:25 +02:00