feat: add formating to build step
This commit is contained in:
parent
b7aee1740e
commit
22a317f56e
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
"author": "Emmanuel Raviart <emmanuel@raviart.com>",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "vite build && npm run package && npm run build:doc:api && npm run build:json-schemas",
|
||||
"build": "vite build && npm run package && npm run build:doc:api && npm run build:json-schemas && npm run format",
|
||||
"build:doc:api": "typedoc --plugin typedoc-plugin-markdown --out ./doc/api --readme none --skipErrorChecking",
|
||||
"build:json-schemas": "tsx src/scripts/generate_legifrance_json_schemas.ts",
|
||||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue