build
This commit is contained in:
parent
02c647a9dd
commit
093ec6bef0
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "p-drives",
|
||||
"version": "0.178.0",
|
||||
"version": "0.180.0",
|
||||
"description": "",
|
||||
"main": "src/index.ts",
|
||||
"exports": {
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
}
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "pnpm up p-*",
|
||||
"at": "pnpm up p-*",
|
||||
"build-back": "rm -fr dist-require && tsc -p ./tsconfig-require.json",
|
||||
"build-front": "rm -fr dist-import && tsc -p ./tsconfig-import.json",
|
||||
"build": "pnpm run biome && npm --no-git-tag-version version minor && pnpm run build-back && pnpm run build-front",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue