fix(nxdev): fix serving (#6333)

This commit is contained in:
Kirils L 2021-07-12 18:35:33 +01:00 committed by GitHub
parent 9c3d798ecc
commit cb3440a7af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,8 @@
],
"executor": "@nrwl/workspace:run-commands",
"options": {
"root": "nx-dev/nx-dev",
"outputPath": "dist/nx-dev/nx-dev",
"command": "echo Build complete!"
}
},