chore: bump version (#3955)

This commit is contained in:
Alex Yang
2023-08-25 11:52:33 -05:00
committed by GitHub
parent 98b8fbc8cf
commit 7906b7bc5f
38 changed files with 2184 additions and 2231 deletions

View File

@@ -5,17 +5,13 @@
"sourceRoot": "packages/infra/src",
"targets": {
"build": {
"executor": "@nx/vite:build",
"executor": "nx:run-script",
"dependsOn": ["^build"],
"inputs": ["{projectRoot}/**/*"],
"options": {
"outputPath": "packages/infra/dist"
}
},
"serve": {
"executor": "@nx/vite:build",
"options": {
"outputPath": "packages/infra/dist",
"watch": true
}
"script": "build"
},
"outputs": ["{projectRoot}/dist"]
}
}
}