add build:netlify script

This commit is contained in:
Dexter 2022-03-07 15:27:38 +00:00 committed by Dexter Edwards
parent 5028d7a763
commit 02f803c2b5

View File

@ -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": []