fbreactions
fbreactions copied to clipboard
Make use of Apex 'hooks' to ensure npm modules installed
As title. https://github.com/apex/apex/blob/master/docs/hooks.md
Try to add
"hooks" : {
"build": "npm i"
}
to project.json.
good stuff PR welcome