From 386faa0d75c9d0be3275520cf6da59cb1df482e1 Mon Sep 17 00:00:00 2001 From: Arsen Melikyan Date: Tue, 26 Jan 2016 19:54:33 +0400 Subject: [PATCH] Remove an empty npm-run command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8ec11c6ca5..5c76e9d4c2 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "lint-resources": "jsonlint -q server/resources/*.json", "lint-utils": "jsonlint -q server/utils/*.json", "lint-js": "eslint --ext=.js,.jsx server/ common/ config/ client/", - "lint-json": "npm run lint-server && npm run && npm run lint-challenges && npm run lint-resources && npm run lint-utils", + "lint-json": "npm run lint-server && npm run lint-challenges && npm run lint-resources && npm run lint-utils", "test-challenges": "babel-node seed/test-challenges.js | tap-spec", "pretest": "npm run lint", "test": "npm run test-challenges"