Skip to content

Commit 1e3ad7b

Browse files
authored
fix: build for auto updates (#26)
1 parent 7839853 commit 1e3ad7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sdk-examples-movies/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"license": "UNLICENSED",
99
"main": "package.json",
1010
"scripts": {
11-
"build": "sanity build",
11+
"build": "sanity build --yes",
1212
"check-types": "tsc --noEmit",
1313
"deploy": "sanity deploy",
1414
"deploy-graphql": "sanity graphql deploy",

0 commit comments

Comments
 (0)