Skip to content

Commit

Permalink
fix(package.json): file name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Jul 4, 2022
1 parent e580648 commit 29fc9a9
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 @@ -23,7 +23,7 @@
"build:prod": "yarn lint && yarn fmt && node ./scripts/build.js",
"build": "yarn lint && yarn fmt && tsc",
"lint": "eslint src --ext .ts --fix",
"fmt": "prettier --write ./.prettierc.json src/**/*.ts"
"fmt": "prettier --write ./.prettierrc.json src/**/*.ts"
},
"devDependencies": {
"@augu/eslint-config": "2.2.0",
Expand Down

0 comments on commit 29fc9a9

Please sign in to comment.