diff --git a/package.json b/package.json index 7f50f1a..3973a3c 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "scripts": { "clean": "gulp clean", - "build": "gulp build", + "build": "gulp prod", "release": "gulp release", "watch": "gulp watch" },