Skip to content

Commit c93af11

Browse files
authored
clarifying directions
1 parent a2f6da8 commit c93af11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/03-express-nodemon-pm2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ This `lib` folder being auto-generated, it's a good practice to clean it up befo
175175

176176
- Run `yarn add --dev rimraf`
177177

178-
Let's add the following `prod:build` task to our `package.json`:
178+
Let's add the following `prod:build` task to our `scripts`:
179179

180180
```json
181181
"prod:build": "rimraf lib && babel src -d lib --ignore .test.js",

0 commit comments

Comments
 (0)