Skip to content

Commit e596075

Browse files
committed
rebuild server and wsh on version change (package.json)
1 parent 77d13c3 commit e596075

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Taskfile.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ tasks:
156156
- tsunami/go.mod
157157
- tsunami/go.sum
158158
- tsunami/**/*.go
159+
- package.json
159160

160161
build:schema:
161162
desc: Build the schema for configuration.
@@ -185,6 +186,7 @@ tasks:
185186
- "pkg/**/*.json"
186187
- "pkg/**/*.sh"
187188
- tsunami/**/*.go
189+
- package.json
188190
generates:
189191
- dist/bin/wavesrv.*
190192

@@ -289,6 +291,7 @@ tasks:
289291
sources:
290292
- "cmd/wsh/**/*.go"
291293
- "pkg/**/*.go"
294+
- package.json
292295
generates:
293296
- "dist/bin/wsh*"
294297

0 commit comments

Comments
 (0)