orimização e testes de build hibrido
This commit is contained in:
parent
17aee620b3
commit
40dca15bff
53 changed files with 2944 additions and 697 deletions
11
package.json
11
package.json
|
|
@ -1,19 +1,20 @@
|
|||
{
|
||||
"name": "p-comuns",
|
||||
"version": "0.158.0",
|
||||
"version": "0.202.0",
|
||||
"description": "",
|
||||
"main": "./src/index.ts",
|
||||
"main": "./dist-back/index.js",
|
||||
"module": "./dist-front/index.mjs",
|
||||
"types": "./src/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./src/index.ts",
|
||||
"import": "./dist-front/index.js",
|
||||
"import": "./dist-front/index.mjs",
|
||||
"require": "./dist-back/index.js"
|
||||
}
|
||||
},
|
||||
"types": "./src/index.ts",
|
||||
"scripts": {
|
||||
"biome": "npx @biomejs/biome check --write ./src",
|
||||
"build": "npm --no-git-tag-version version minor && pnpm run biome && tsup --config ./src/tsup/tsup.config.ts"
|
||||
"build": "npm --no-git-tag-version version minor && pnpm run biome && tsup --config ./tsup/tsup.config.ts"
|
||||
},
|
||||
"author": {
|
||||
"name": "AZTECA SOFTWARE LTDA",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue