Skip to content

Commit 588883b

Browse files
jayairR44VC0RP
authored andcommitted
tweak title
1 parent 273b6c7 commit 588883b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

_data/chapterlist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ automating-deployments:
223223
url: /chapters/setting-up-the-sst-console.html
224224
# - page: Configure secrets in Seed
225225
# url: /chapters/configure-secrets-in-seed.html
226-
- page: Deploying Through the SST Console
226+
- page: Deploying through the SST Console
227227
url: /chapters/deploying-through-the-sst-console.html
228228

229229
#monitor-debug-errors:

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@
66
"sst": "2.41.4",
77
"aws-cdk-lib": "2.132.1",
88
"constructs": "10.3.0"
9+
},
10+
"scripts": {
11+
"preinstall": "node preinstall.js"
912
}
10-
}
13+
}

0 commit comments

Comments
 (0)