From 0410a845e7345cdda1c4e3a1bb76e068ac2706e0 Mon Sep 17 00:00:00 2001 From: Lucas Bebber Date: Fri, 1 Apr 2016 09:26:36 -0300 Subject: [PATCH] fix missing script svgo error --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index edff2d34..4e9b6c58 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "less": "node ./node_modules/less/bin/lessc stylesheets/style.less > stylesheets/style.css", "singles": "npm run dev -- --singles", "start": "npm run dev", - "style": "webpack --jscs" + "style": "webpack --jscs", + "svgo": "svgo" }, "repository": { "type": "git",