fix: old target directory must be removed
This commit is contained in:
parent
ad30d16f23
commit
50b2d1c22b
2 changed files with 1 additions and 2 deletions
|
@ -10,7 +10,6 @@ node_modules
|
|||
report.*.json
|
||||
|
||||
# Rust
|
||||
/packages/backend-rs/target
|
||||
/target
|
||||
|
||||
# Coverage
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue