From 95834b25a63543b0b18e1149dec71a4ee297d9d4 Mon Sep 17 00:00:00 2001 From: KsRyY Date: Thu, 13 Feb 2020 02:53:02 +0800 Subject: [PATCH] Fix an comma positioning problem in the template --- template/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/package.json b/template/package.json index e156991..97b432c 100644 --- a/template/package.json +++ b/template/package.json @@ -4,7 +4,7 @@ "description": "<%= description %>", "main": "client/index.js", "scripts": { - <% if (testcafe) { %>"test": "testcafe all test/e2e/index.js --app \"npm run dev\" --app-init-delay 10000"<% } %>, + <% if (testcafe) { %>"test": "testcafe all test/e2e/index.js --app \"npm run dev\" --app-init-delay 10000",<% } %> "build": "webpack --config build/webpack.prod.js", "dev": "node build/server.js"<% if (electron) { %>, "app": "cross-env NODE_ENV=development electron app/"<% } %><% if (eslint) { %>,