added '--ignore-errors' flag instead of ignoring errors during build by default

This commit is contained in:
partisan 2025-04-12 09:49:58 +02:00
parent df3e8e3a83
commit e5c95924d5
3 changed files with 167 additions and 179 deletions

View file

@ -56,6 +56,8 @@ Below is a detailed description of all the flags supported by the Spitfire Build
Runs the built project after the build process completes successfully.
- **`--skip-deps`**:
Skip checking for required system dependencies.
- **`ignoreErrors`**:
Processes all steps even if errors occur.
### **Compression and Upload Flags**