diff --git a/client/package.json b/client/package.json index 57653cac..086d6e0f 100644 --- a/client/package.json +++ b/client/package.json @@ -8,7 +8,7 @@ "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js", "start": "npm run dev", "lint": "eslint --ext .js,.vue src", - "build": "node build/build.js", + "build": "node build/build.js" }, "dependencies": { "apollo-cache-inmemory": "^1.2.2",