add build:netlify script
This commit is contained in:
parent
5028d7a763
commit
02f803c2b5
@ -74,6 +74,19 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"build:netlify": {
|
||||
"builder": "@nrwl/workspace:run-commands",
|
||||
"options": {
|
||||
"commands": [
|
||||
{
|
||||
"command": "cp apps/explorer/netlify.toml netlify.toml"
|
||||
},
|
||||
{
|
||||
"command": "nx build explorer"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"tags": []
|
||||
|
Loading…
Reference in New Issue
Block a user