fix: old target directory must be removed

This commit is contained in:
naskya 2024-04-12 06:47:58 +09:00
parent ad30d16f23
commit 50b2d1c22b
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C
2 changed files with 1 additions and 2 deletions

View file

@ -10,7 +10,6 @@ node_modules
report.*.json
# Rust
/packages/backend-rs/target
/target
# Coverage

View file

@ -19,7 +19,7 @@ The number of posts stored on your database can be found at `https://yourserver.
### For systemd/pm2 users
- You can remove `packages/backend-rs/target`.
- Please remove `packages/backend-rs/target` before building Firefish.
```sh
rm --recursive --force packages/backend-rs/target
```