1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-11-14 17:35:35 +01: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
No known key found for this signature in database
GPG Key ID: 9E77849C64F0A733

View File

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