From 0c31394d3467622606ffd2202fc5564334820ca7 Mon Sep 17 00:00:00 2001 From: Dawid Jaskot Date: Wed, 6 Feb 2019 21:51:13 +0000 Subject: [PATCH] Cleanup after bower --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d32722ae0..c76c7a7e7 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/standardnotes/web" }, "scripts": { - "build": "bundle install && npm install && bundle exec && grunt", + "build": "bundle install && npm install && grunt", "submodules": "git submodule update --init --force --remote", "test": "karma start karma.conf.js --single-run" },