We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77d13c3 commit e596075Copy full SHA for e596075
1 file changed
Taskfile.yml
@@ -156,6 +156,7 @@ tasks:
156
- tsunami/go.mod
157
- tsunami/go.sum
158
- tsunami/**/*.go
159
+ - package.json
160
161
build:schema:
162
desc: Build the schema for configuration.
@@ -185,6 +186,7 @@ tasks:
185
186
- "pkg/**/*.json"
187
- "pkg/**/*.sh"
188
189
190
generates:
191
- dist/bin/wavesrv.*
192
@@ -289,6 +291,7 @@ tasks:
289
291
sources:
290
292
- "cmd/wsh/**/*.go"
293
- "pkg/**/*.go"
294
295
296
- "dist/bin/wsh*"
297
0 commit comments