Skip to content

Commit

Permalink
fix: flow-client build on Windows (#10815) (#10819)
Browse files Browse the repository at this point in the history
Co-authored-by: Kari Söderholm <haprog@vaadin.com>
  • Loading branch information
vaadin-bot and Haprog committed Apr 27, 2021
1 parent d340390 commit 40fc7bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow-client/package.json
Expand Up @@ -9,7 +9,7 @@
"url": "https://github.com/vaadin/flow/issues"
},
"scripts": {
"lint": "eslint 'src/main/frontend'",
"lint": "eslint \"src/main/frontend\"",
"client": "node scripts/client.js",
"version": "node scripts/version.js",
"webpack": "webpack --config=webpack.tests.config.js",
Expand Down

0 comments on commit 40fc7bc

Please sign in to comment.