Skip to content

Commit ab099cd

Browse files
committed
chore: add command to update snapshots in release script
1 parent cb72d35 commit ab099cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/release.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
1717

1818
# test
1919
npm run test
20+
# update snapshot
21+
npm run test:update:snapshot
2022

2123
# commit
2224
git add -A

0 commit comments

Comments
 (0)