mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-02 04:56:07 +00:00
parent
d14c85b724
commit
7b063bf7d9
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@biscuitland/helpers",
|
||||
"version": "3.0.2",
|
||||
"version": "3.0.3",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
|
63
turbo.json
63
turbo.json
@ -1,32 +1,35 @@
|
||||
{
|
||||
"$schema": "https://turborepo.org/schema.json",
|
||||
"pipeline": {
|
||||
"@biscuitland/rest#build": {
|
||||
"dependsOn": [
|
||||
"@biscuitland/common#build"
|
||||
]
|
||||
},
|
||||
"@biscuitland/common#build": {
|
||||
"dependsOn": []
|
||||
},
|
||||
"@biscuitland/ws#build": {
|
||||
"dependsOn": [
|
||||
"@biscuitland/rest#build",
|
||||
"@biscuitland/common#build"
|
||||
]
|
||||
},
|
||||
"@biscuitland/core#build": {
|
||||
"dependsOn": [
|
||||
"@biscuitland/rest#build",
|
||||
"@biscuitland/ws#build",
|
||||
"@biscuitland/common#build"
|
||||
]
|
||||
},
|
||||
"clean": {
|
||||
"cache": false
|
||||
},
|
||||
"dev": {
|
||||
"cache": false
|
||||
}
|
||||
}
|
||||
"$schema": "https://turborepo.org/schema.json",
|
||||
"pipeline": {
|
||||
"@biscuitland/rest#build": {
|
||||
"dependsOn": [
|
||||
"@biscuitland/common#build"
|
||||
]
|
||||
},
|
||||
"@biscuitland/common#build": {
|
||||
"dependsOn": []
|
||||
},
|
||||
"@biscuitland/ws#build": {
|
||||
"dependsOn": [
|
||||
"@biscuitland/rest#build",
|
||||
"@biscuitland/common#build"
|
||||
]
|
||||
},
|
||||
"@biscuitland/core#build": {
|
||||
"dependsOn": [
|
||||
"@biscuitland/rest#build",
|
||||
"@biscuitland/ws#build",
|
||||
"@biscuitland/common#build"
|
||||
]
|
||||
},
|
||||
"@biscuitland/helpers#build": {
|
||||
"dependsOn": []
|
||||
},
|
||||
"clean": {
|
||||
"cache": false
|
||||
},
|
||||
"dev": {
|
||||
"cache": false
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user