Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
fix mistake in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Sep 12, 2018
1 parent ce2f43f commit 18c4670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"polymer-css-build": "bin/polymer-css-build"
},
"scripts": {
"lint": "eslintG **/*.js",
"lint": "eslint **/*.js",
"prepare-tests": "./tests/prepare-tests.sh",
"test": "npm run lint && npm run prepare-tests && wct",
"bundle": "rollup -c rollup.config.js"
Expand Down

0 comments on commit 18c4670

Please sign in to comment.