Skip to content

Commit

Permalink
fix: remove unneeded script
Browse files Browse the repository at this point in the history
  • Loading branch information
levimykel committed Aug 29, 2024
1 parent 01f7cb0 commit 642528c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@
"test": "npm run lint && npm run types && npm run unit && npm run build && npm run size",
"types": "tsc --noEmit",
"unit": "nyc --reporter=lcovonly --reporter=text --exclude-after-remap=false ava",
"unit:watch": "npm run unit -- --watch",
"unit:update-1": "nyc --reporter=lcovonly --reporter=text --exclude-after-remap=false ava --update-snapshots --match='creates mock field models for group field'"
"unit:watch": "npm run unit -- --watch"
},
"dependencies": {
"change-case": "^5.4.4"
Expand Down

0 comments on commit 642528c

Please sign in to comment.