Correct typo npm build:js should be npm run build:js

This commit is contained in:
Michael Rose 2016-07-14 09:40:28 -04:00
parent fcbc5a516c
commit d4a13dec0e

View File

@ -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`.
If all goes well, running `npm run build:js` will compress/concatenate `_main.js` and all plugin scripts into `main.min.js`.