Use git push --no-verify for LFS, drop custom alias
This commit is contained in:
parent
dc602b0731
commit
6bc3f7c50d
|
|
@ -106,7 +106,7 @@ The root app (`src/`) is the Tauri/Vite desktop editor. Its `src/engine/` files
|
|||
- Tauri detection: `IS_TAURI` constant from `packages/core/src/constants.ts` — don't use `'__TAURI_INTERNALS__' in window` inline
|
||||
- .fig export: compression with fflate (browser) or Tauri Rust commands
|
||||
- Test .fig round-trip by exporting and reimporting in Figma
|
||||
- Test fixtures (`tests/fixtures/*.fig`) are Git LFS — use `git qpush` (alias for `GIT_LFS_SKIP_PUSH=1 git push`) for fast pushes. Use regular `git push` only when LFS files changed.
|
||||
- Test fixtures (`tests/fixtures/*.fig`) are Git LFS — use `git push --no-verify` to skip the slow LFS pre-push hook. Use regular `git push` only when `.fig` fixtures changed.
|
||||
|
||||
## Tauri
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue