Skip to content

Commit

Permalink
chore: add update-snapshots script
Browse files Browse the repository at this point in the history
  • Loading branch information
joelcarr committed Apr 12, 2023
1 parent 34c4c80 commit f13768b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"clean": "git clean -fxdi",
"build": "npm run build --workspaces --if-present",
"jest": "jest -c jest.config.js",
"update-snapshots": "jest -c jest.config.js --updateSnapshot",
"test": "npm run lint && npm run jest",
"e2e": "npm test -w e2e",
"lint": "eslint . --ext=js,jsx",
Expand Down

0 comments on commit f13768b

Please sign in to comment.