Skip to content

Commit

Permalink
add typings for snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
billyvg committed Aug 8, 2023
1 parent 9dca387 commit 55b3dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rrweb-snapshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "rrweb's component to take a snapshot of DOM, aka DOM serializer",
"scripts": {
"prepare": "npm run prepack",
"prepack": "npm run bundle",
"prepack": "npm run typings && npm run bundle",
"test": "jest",
"test:watch": "jest --watch",
"test:update": "jest --updateSnapshot",
Expand Down

0 comments on commit 55b3dea

Please sign in to comment.