1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2025-06-16 13:46:16 +02:00

Makefile: Add test-js-watch command

This commit is contained in:
Aleksandr Gumroian
2022-02-10 15:59:07 +01:00
parent f12de3205f
commit 2bbdda566c

View File

@ -97,6 +97,8 @@ test-js-watch:
.PHONY: test-js-update-snapshots .PHONY: test-js-update-snapshots
test-js-update-snapshots: test-js-update-snapshots:
npm test -- -u npm test -- -u
test-js-watch:
npm test -- --watch
# Translations # Translations