Skip to content

Commit 58587c7

Browse files
committed
fix spin.toml error
Signed-off-by: VamshiReddy02 <[email protected]>
1 parent 4f4782f commit 58587c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ watch = ["content/**/*", "templates/*"]
6363
source = "modules/spin_static_fs.wasm"
6464
files = [{ source = "static/", destination = "/" }]
6565
[component.fileserver-static.build]
66-
command = ["npm run bundle-scripts-ci"]
66+
command = "npm run bundle-scripts-ci"
6767

6868
[component.fileserver-downloads]
6969
source = "modules/spin_static_fs.wasm"

0 commit comments

Comments
 (0)