mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-02-21 02:33:34 +01:00
fix: schema build process ignore rmrf error (#1897)
In prod builds, the RMRF step of build:schema is breaking the build. This ignores the error produced to avoid that.
This commit is contained in:
parent
cca18eefa4
commit
8febd09c2c
@ -123,7 +123,8 @@ tasks:
|
||||
- "dist/schema/**/*"
|
||||
cmds:
|
||||
- go run cmd/generateschema/main-generateschema.go
|
||||
- '{{.RMRF}} "dist/schema"'
|
||||
- cmd: '{{.RMRF}} "dist/schema"'
|
||||
ignore_error: true
|
||||
- task: copyfiles:'schema':'dist/schema'
|
||||
|
||||
build:server:
|
||||
|
Loading…
Reference in New Issue
Block a user