Skip to content

Commit 0563699

Browse files
committed
Merge branch 'main' into feature/CCM-12352-refactor-helpers-and-datastore
# Conflicts: # package-lock.json
2 parents 445f1f2 + 95c9408 commit 0563699

28 files changed

+2038
-286
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ config:: _install-dependencies version # Configure development environment (main
9898
npm install
9999
(cd docs && make install && cd ..)
100100

101+
test-component:
102+
(cd tests && npm install && npm run test:component)
101103

102104
version:
103105
rm -f .version

0 commit comments

Comments
 (0)