fix(repo): fix nx-dev build (#5450)
This commit is contained in:
parent
ccfe57a495
commit
0945b3505a
@ -2206,7 +2206,13 @@
|
|||||||
"sourceRoot": "nx-dev/nx-dev",
|
"sourceRoot": "nx-dev/nx-dev",
|
||||||
"projectType": "application",
|
"projectType": "application",
|
||||||
"targets": {
|
"targets": {
|
||||||
"build-nx-dev": {
|
"build": {
|
||||||
|
"dependsOn": [
|
||||||
|
{
|
||||||
|
"target": "build",
|
||||||
|
"projects": "dependencies"
|
||||||
|
}
|
||||||
|
],
|
||||||
"executor": "@nrwl/next:build",
|
"executor": "@nrwl/next:build",
|
||||||
"outputs": ["{options.outputPath}"],
|
"outputs": ["{options.outputPath}"],
|
||||||
"options": {
|
"options": {
|
||||||
@ -2220,7 +2226,7 @@
|
|||||||
"serve": {
|
"serve": {
|
||||||
"executor": "@nrwl/next:server",
|
"executor": "@nrwl/next:server",
|
||||||
"options": {
|
"options": {
|
||||||
"buildTarget": "nx-dev:build-nx-dev",
|
"buildTarget": "nx-dev:build",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
@ -2233,7 +2239,7 @@
|
|||||||
"export": {
|
"export": {
|
||||||
"executor": "@nrwl/next:export",
|
"executor": "@nrwl/next:export",
|
||||||
"options": {
|
"options": {
|
||||||
"buildTarget": "nx-dev:build-nx-dev:production"
|
"buildTarget": "nx-dev:build:production"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user