build
This commit is contained in:
parent
9a514d3d82
commit
81d017e8af
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
||||||
"types": "./src/index.ts",
|
"types": "./src/index.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"at": "pnpm up @biomejs/biome typescript",
|
"at": "pnpm up @biomejs/biome typescript",
|
||||||
"build": "pnpm run check && tsup --config ./node_modules/p-comuns/src/tsup/tsup.config.ts && npm --no-git-tag-version version minor",
|
"build": "pnpm run check && tsup --config ./node_modules/p-comuns/tsup/tsup.config.ts && npm --no-git-tag-version version minor",
|
||||||
"biome": "biome check --write ./src && biome check --write ./package.json",
|
"biome": "biome check --write ./src && biome check --write ./package.json",
|
||||||
"nodev": "check-node-version --node '>= 20'",
|
"nodev": "check-node-version --node '>= 20'",
|
||||||
"check": "pnpm run biome && tsc --noEmit"
|
"check": "pnpm run biome && tsc --noEmit"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue