From 109fe8302bfa2f5ad6a3f1f237bd62924575ba95 Mon Sep 17 00:00:00 2001 From: ivaosthu Date: Thu, 29 Dec 2016 12:45:51 +0100 Subject: [PATCH] test should run build until we have actual tests --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index afb6f5549a..0dbb7ee4f8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -28,7 +28,7 @@ "build:html": "cp public/*.* dist/.", "start": "NODE_ENV=development webpack-dev-server --config webpack.config.js --progress --colors --port 3000", "lint": "eslint . --ext=js,jsx", - "test": "echo 'no test'", + "test": "npm run build", "test:ci": "npm run test", "prepublish": "npm run build" },