Skip to content

Commit

Permalink
Use web component from 7462_forms_module_uplifted-enketo branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuester committed Nov 17, 2023
1 parent 1246606 commit ca463ee
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ for item in `ls build | grep -v cht-core`; do
done

if [ -d "build/cht-core" ]; then
(cd build/cht-core && git fetch && git reset --hard origin/7462_forms_module)
(cd build/cht-core && git fetch && git reset --hard origin/7462_forms_module_uplifted-enketo)
else
git clone -b 7462_forms_module https://github.com/medic/cht-core.git build/cht-core
git clone -b _forms_module_uplifted-enketo https://github.com/medic/cht-core.git build/cht-core
fi

(cd build/cht-core && npm ci)
Expand Down
2 changes: 1 addition & 1 deletion dist/all-chts-bundle.dev.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/cht-form_main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cht-form_styles.css

Large diffs are not rendered by default.

0 comments on commit ca463ee

Please sign in to comment.