Skip to content

Commit 61804c3

Browse files
committed
workflow: run snapshot before tests
1 parent c890f99 commit 61804c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"scripts": {
1919
"prepare": "husky install",
2020
"format": "prettier --write .",
21+
"pretest": "node snapshot.js",
2122
"test": "node test.js",
2223
"prepublishOnly": "node snapshot.js"
2324
},

0 commit comments

Comments
 (0)