Fix the build command

This commit is contained in:
Bruno Alla 2019-03-02 12:28:43 -03:00
parent 05cee1389b
commit 1c79c9ae08

View File

@ -32,7 +32,7 @@
"scripts": { "scripts": {
{% if cookiecutter.js_task_runner == 'Gulp' -%} {% if cookiecutter.js_task_runner == 'Gulp' -%}
"dev": "gulp", "dev": "gulp",
"build": "gulp build" "build": "gulp generate-assets"
{%- endif %} {%- endif %}
} }
} }