From c93af11ccfe0b71b745b81444c9f19c0e30a075d Mon Sep 17 00:00:00 2001 From: Sam Smith Date: Sun, 26 Mar 2017 16:03:06 -0500 Subject: [PATCH] clarifying directions --- tutorial/03-express-nodemon-pm2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/03-express-nodemon-pm2.md b/tutorial/03-express-nodemon-pm2.md index 9a80f35a..fbe403e3 100644 --- a/tutorial/03-express-nodemon-pm2.md +++ b/tutorial/03-express-nodemon-pm2.md @@ -175,7 +175,7 @@ This `lib` folder being auto-generated, it's a good practice to clean it up befo - Run `yarn add --dev rimraf` -Let's add the following `prod:build` task to our `package.json`: +Let's add the following `prod:build` task to our `scripts`: ```json "prod:build": "rimraf lib && babel src -d lib --ignore .test.js",