From 4fa08c7867d384bd25fadd027c5c17ef6880f197 Mon Sep 17 00:00:00 2001 From: Resi Respati Date: Tue, 9 Jan 2018 23:53:59 +0700 Subject: [PATCH] [docs] added sanity check post-authentication --- docs/getting-started/authenticating.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/getting-started/authenticating.md b/docs/getting-started/authenticating.md index 9da0251..42f2242 100644 --- a/docs/getting-started/authenticating.md +++ b/docs/getting-started/authenticating.md @@ -40,4 +40,16 @@ Now, paste it to your `screeps.json` file. ![authenticating-4](img/authenticating-4.png) -Congratulations, you've successfully authenticated! Next up, we'll configure our environment and [run our first code deploy](./deploying.md). +## Sanity check + +Now we'll do a quick check if things are running properly. Let's perform a quick deploy. + +```bash +npm run push-main +``` + +Now go to your Screeps client and check if the `main` branch is created, or if said branch already exists, the code is overwriten to it. + +It works? Good, you've successfully authenticated! + +Next up, we'll configure our environment and [run our first code deploy](./deploying.md).