Skip to content
Snippets Groups Projects
Commit a57bac08 authored by Xiao Gui's avatar Xiao Gui
Browse files

netlify fn deploy

parent 57f5ed88
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,6 @@
[build]
publish="dist/aot/"
command="cp deploy/util/* functions/nehubaConfig/ && cp -R src/res/ext functions/templates/json && cp -R src/res/ext functions/nehubaConfig/json && npm run build-aot"
command="cp deploy/util/* functions/nehubaConfig/ && cp -R src/res/ext functions/templates/json && cp -R src/res/ext functions/nehubaConfig/json && npm run build-aot && cd functions/datasets && npm i"
functions="functions"
environment={ BACKEND_URL=".netlify/functions/" }
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment