Skip to content

Commit

Permalink
run prettier after types
Browse files Browse the repository at this point in the history
  • Loading branch information
rbtying committed Dec 31, 2024
1 parent be2075a commit 5d758c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"scripts": {
"build": "rimraf dist/ && webpack",
"watch": "rimraf dist/ && webpack --watch --mode=development",
"types": "cargo run --bin shengji-json-schema --quiet src/gen-types.schema.json && npx json2ts src/gen-types.schema.json src/gen-types.d.ts",
"types": "cargo run --bin shengji-json-schema --quiet src/gen-types.schema.json && npx json2ts src/gen-types.schema.json src/gen-types.d.ts && prettier src --write",
"prettier": "prettier src",
"lint": "eslint \"src/\"",
"test": "jest",
Expand Down

0 comments on commit 5d758c1

Please sign in to comment.