aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index a9fe3ba..b88321a 100755
--- a/build
+++ b/build
@@ -1,5 +1,5 @@
#!/bin/bash
-source ./env
+export $(cat env | xargs) # Read env variables from file
cd front
npm run build
cd ../back