Skip to content

Commit 12dc084

Browse files
rmnpptRoman Popat
andauthored
corrected quoting pattern on predeploy scripts (#43)
Co-authored-by: Roman Popat <roman.popat@proton.me>
1 parent 5b2546f commit 12dc084

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

bs3-functions/firebase.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@
55
},
66
"hosting": {
77
"public": "build",
8-
"ignore": [
9-
"firebase.json",
10-
"**/.*",
11-
"**/node_modules/**"
12-
],
8+
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
139
"rewrites": [
1410
{
1511
"source": "**",
@@ -30,8 +26,8 @@
3026
],
3127
"runtime": "nodejs22",
3228
"predeploy": [
33-
"yarn --cwd "$RESOURCE_DIR" lint",
34-
"yarn --cwd "$RESOURCE_DIR" build"
29+
"yarn --cwd \"$RESOURCE_DIR\" lint",
30+
"yarn --cwd \"$RESOURCE_DIR\" build"
3531
]
3632
}
3733
],

0 commit comments

Comments
 (0)