We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e68798 commit 0072fcaCopy full SHA for 0072fca
Makefile
@@ -33,6 +33,8 @@ docker-build:
33
run: build
34
-cp -r ../core/settings*.json ./node_modules/strautomator-core/
35
-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/
38
npm run start:dev
39
40
# Update dependencies and set new version
0 commit comments