Skip to content

Commit

Permalink
chore: add test:update
Browse files Browse the repository at this point in the history
  • Loading branch information
liweijie0812 committed Jul 19, 2024
1 parent 1ed964f commit adb0b6e
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 @@ -43,6 +43,7 @@
"test:unit-coverage": "vitest run --coverage",
"test:snap": "cross-env NODE_ENV=test-snap vitest run",
"test:snap-update": "cross-env NODE_ENV=test-snap vitest run -u",
"test:update": "vitest run -u && npm run test:snap-update",
"generate:coverage-badge": "node script/generate-coverage.js",
"prebuild": "rimraf es/* lib/* dist/* esm/* cjs/*",
"build": "cross-env NODE_ENV=production rollup -c script/rollup.config.js && npm run build:tsc",
Expand Down

0 comments on commit adb0b6e

Please sign in to comment.