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" },