Skip to content

Commit

Permalink
fix: correct glob pattern for nano-staged
Browse files Browse the repository at this point in the history
Signed-off-by: Jytesh <44925963+Jytesh@users.noreply.github.com>
  • Loading branch information
Jytesh committed Feb 1, 2022
1 parent d5d56b9 commit 85008fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
"coverage": "node scripts/merge-reports && mkdir -p coverage && nyc report --reporter=text-lcov > coverage/lcov.info",
"dev": "concurrently \"gulp\" \"npm run dev:server\"",
"dev:server": "browser-sync start --server --files \"index.html, README.md, static/**/*.(css|js)\"",
"lint": "ts-standard",
"lint": "ts-standard --fix",
"prerelease": "npm run contributors",
"pretest": "npm run lint",
"release": "lerna publish --yes --sort --conventional-commits -m \"chore(release): %s\" --create-release github",
Expand All @@ -220,7 +220,7 @@
]
},
"nano-staged": {
"*.[js,ts]": [
"*.{js,ts}": [
"prettier-standard"
],
"package.json": [
Expand Down

0 comments on commit 85008fd

Please sign in to comment.