build
This commit is contained in:
parent
7eebbec729
commit
2fd21b3c24
2 changed files with 15 additions and 15 deletions
16
package.json
16
package.json
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "p-respostas",
|
||||
"version": "0.37.0",
|
||||
"version": "0.38.0",
|
||||
"description": "",
|
||||
"main": "src/index.ts",
|
||||
"exports": {
|
||||
|
|
@ -10,16 +10,19 @@
|
|||
}
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "pnpm up p-*",
|
||||
"biome": "npx @biomejs/biome check --write ./src",
|
||||
"build-back": "rm -fr dist-require && tsc --project ./tsconfig-back.json",
|
||||
"build-front": "rm -fr dist-import && tsc --project ./tsconfig-front.json",
|
||||
"build": "npm --no-git-tag-version version minor && pnpm run biome && pnpm run build-back && pnpm run build-front",
|
||||
"biome": "npx @biomejs/biome check --write ./src",
|
||||
"postinstall": "pnpm up p-*",
|
||||
"nodev": "check-node-version --node '>= 20'",
|
||||
"at": "pnpm up p-*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"dependencies": {
|
||||
"p-comuns": "git+https://git2.idz.one/publico/_comuns.git#master",
|
||||
"zod": "3.24.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^2.0.6",
|
||||
"@types/node": "^20.14.1",
|
||||
"check-node-version": "^4.2.1",
|
||||
|
|
@ -31,8 +34,5 @@
|
|||
"email": "ti@e-licencie.com.br",
|
||||
"url": "https://e-licencie.com.br"
|
||||
},
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"zod": "3.24.1"
|
||||
}
|
||||
"license": "ISC"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue