Browse Source

Return to original project.json

pull/3101/head
Gerard Du Pre 1 year ago
committed by GitHub
parent
commit
e1625fce54
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 5
      apps/client/project.json

5
apps/client/project.json

@ -107,6 +107,9 @@
"executor": "nx:run-commands",
"options": {
"commands": [
{
"command": "shx rm -rf dist/apps/client"
},
{
"command": "shx mkdir -p dist/apps/client/.well-known"
},
@ -150,7 +153,7 @@
"command": "shx cp LICENSE dist/apps/client/assets"
}
],
"parallel": true
"parallel": false
}
},
"serve": {

Loading…
Cancel
Save