Skip to content

Commit

Permalink
Fix an comma positioning problem in the template
Browse files Browse the repository at this point in the history
  • Loading branch information
KsRyY committed Feb 12, 2020
1 parent 5499f24 commit 95834b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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) { %>,
Expand Down

0 comments on commit 95834b2

Please sign in to comment.