atualização de biome
This commit is contained in:
parent
8684840a05
commit
b4d005fdae
2 changed files with 98 additions and 1 deletions
|
|
@ -17,7 +17,8 @@
|
|||
"check": "pnpm run biome && npx tsc --noEmit",
|
||||
"build": "npm --no-git-tag-version version minor && pnpm run biome && tsup --config ./tsup/tsup.config.ts && pnpm run pacote",
|
||||
"teste": "npx vitest run src/testes/TipagemRotas.test.ts",
|
||||
"pacote": "npm pack && npm pack && mv $(npm pack --silent) pacote.tgz"
|
||||
"pacote": "npm pack && npm pack && mv $(npm pack --silent) pacote.tgz",
|
||||
"postinstall": "node ./scripts/atualizar-biome.js"
|
||||
},
|
||||
"author": {
|
||||
"name": "AZTECA SOFTWARE LTDA",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue