reset snapshots

This commit is contained in:
2022-09-05 00:08:04 +02:00
parent 1ec208cf70
commit 51a7c10229
15 changed files with 344 additions and 1153 deletions

View File

@@ -27,6 +27,7 @@
"lint:staged": "lint-staged",
"lint:ts": "eslint \"src\" --ext .tsx,.ts && prettier --check .",
"prepare": "husky install",
"reset-snapshots": "find -type f -name '*.snap*' -delete && npm run test",
"semantic-release": "semantic-release",
"serve": "gatsby serve",
"start": "npm run clean && gatsby develop",