Skip to content

Commit 5fa65f8

Browse files
committed
Source helpers in setup-ide script
1 parent e3c565b commit 5fa65f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/setup-ide/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22
echo "NOTE: running your service in development will auto-update node_modules and package-lock.json"
3+
source /usr/src/app/helpers.sh
34

45
# this script runs from a clean slate, the app hasn't ran yet so /usr/src/app/app is empty
56
docker-rsync /app /usr/src/app/app

0 commit comments

Comments
 (0)