build
This commit is contained in:
parent
aa7953e452
commit
f8dabeb40c
75 changed files with 712 additions and 57 deletions
12
package.json
12
package.json
|
|
@ -1,10 +1,18 @@
|
|||
{
|
||||
"name": "p-comuns",
|
||||
"version": "0.115.0",
|
||||
"version": "0.118.0",
|
||||
"description": "",
|
||||
"main": "dist/index.js",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist-import/index.js",
|
||||
"require": "./dist-require/index.js"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"build": "rm -rf ./dist && pnpm run biome && npm --no-git-tag-version version minor && tsc",
|
||||
"build-back": "rm -fr dist-require && tsc --project ./tsconfig-back.json",
|
||||
"build-front": "rm -fr dist-import && tsc --project ./tsconfig-front.json",
|
||||
"build": "pnpm run biome && pnpm run build-back && pnpm run build-front",
|
||||
"biome": "npx @biomejs/biome check --write ./src",
|
||||
"at": "pnpm up @biomejs/biome typescript"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue