From d4a13dec0e7e9d80a0fe8ff0395a1a0354de5f91 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 14 Jul 2016 09:40:28 -0400 Subject: [PATCH] Correct typo `npm build:js` should be `npm run build:js` --- _docs/16-javascript.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_docs/16-javascript.md b/_docs/16-javascript.md index ed25b7c2..f01f2612 100644 --- a/_docs/16-javascript.md +++ b/_docs/16-javascript.md @@ -2,7 +2,7 @@ title: "JavaScript" permalink: /docs/javascript/ excerpt: "Instructions for customizing and building the theme's scripts." -modified: 2016-04-13T15:54:02-04:00 +modified: 2016-07-14T09:39:49-04:00 --- {% include base_path %} @@ -47,4 +47,4 @@ To get started: **Note:** If you upgraded from a previous version of the theme be sure you copied over [`package.json`]({{ site.gh_repo }}/master/package.json) prior to running `npm install`. {: .notice--warning} -If all goes well, running `npm build:js` will compress/concatenate `_main.js` and all plugin scripts into `main.min.js`. \ No newline at end of file +If all goes well, running `npm run build:js` will compress/concatenate `_main.js` and all plugin scripts into `main.min.js`. \ No newline at end of file