Skip to content

Commit d01420e

Browse files
committed
Add snapshot make target
1 parent de20528 commit d01420e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ clean:
66
install:
77
npm install
88

9+
snapshot:
10+
npm run test:snapshot:update
11+
912
test:
1013
npm run test
1114

0 commit comments

Comments
 (0)