mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
ci: remove nx-cloud (#9203)
This commit is contained in:
@@ -35,7 +35,6 @@
|
||||
"devDependencies": {
|
||||
"@napi-rs/cli": "3.0.0-alpha.64",
|
||||
"lib0": "^0.2.99",
|
||||
"nx": "^20.2.2",
|
||||
"tiktoken": "^1.0.17",
|
||||
"tinybench": "^3.0.7",
|
||||
"yjs": "patch:yjs@npm%3A13.6.18#~/.yarn/patches/yjs-npm-13.6.18-ad0d5f7c43.patch"
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
{
|
||||
"name": "@affine/server-native",
|
||||
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
||||
"projectType": "application",
|
||||
"root": "packages/backend/native",
|
||||
"sourceRoot": "packages/backend/native/src",
|
||||
"targets": {
|
||||
"build": {
|
||||
"executor": "nx:run-script",
|
||||
"dependsOn": ["^build"],
|
||||
"options": {
|
||||
"script": "build"
|
||||
},
|
||||
"inputs": [
|
||||
{
|
||||
"runtime": "rustc --version"
|
||||
},
|
||||
{
|
||||
"externalDependencies": ["nx"]
|
||||
}
|
||||
],
|
||||
"outputs": ["{projectRoot}/*.node"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user