Skip to content

Commit d0c98b1

Browse files
committed
chore: add makefile target to update snapshots
1 parent 20d74cf commit d0c98b1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ py-lint:
5858
$(VENV)/flake8 --exclude .venv webapp_deploy
5959
$(VENV)/black --check webapp_deploy
6060

61+
.PHONY: snapshots
62+
snapshots:
63+
@echo "=== Running target: snapshots ==="
64+
npm test -- --updateSnapshot
65+
6166
.PHONY: clean
6267
clean:
6368
rm -rf dist/ lib/

0 commit comments

Comments
 (0)