Skip to content

Commit

Permalink
Fix lint:prettier script
Browse files Browse the repository at this point in the history
  • Loading branch information
kemuridama committed Aug 12, 2021
1 parent d151cb8 commit e27421d
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 @@ -9,7 +9,7 @@
"clean": "rm -rf dist",
"lint": "run-p lint:*",
"lint:eslint": "eslint --ext .ts src",
"lint:prettier": "prettier --check **/*.(ts|js)",
"lint:prettier": "prettier --check '**/*.(ts|js)'",
"build": "npm run clean && tsc -p ./tsconfig.build.json --outDir ./dist"
},
"author": "Ryo Ochiai <[email protected]> (https://kemuridama.jp)",
Expand Down

0 comments on commit e27421d

Please sign in to comment.