Skip to content

Commit 0072fca

Browse files
author
Igor Ramadas
committed
Use local country-linkify code (if present) when running.
1 parent 4e68798 commit 0072fca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ docker-build:
3333
run: build
3434
-cp -r ../core/settings*.json ./node_modules/strautomator-core/
3535
-cp -r ../core/lib/. ./node_modules/strautomator-core/lib/
36+
-cp -r ../../Devv/country-linkify/lib/. ./node_modules/country-linkify/lib/
37+
-cp ../../Devv/country-linkify/settings.default.json ./node_modules/country-linkify/
3638
npm run start:dev
3739

3840
# Update dependencies and set new version

0 commit comments

Comments
 (0)