Skip to content

Commit f5a31c7

Browse files
author
Daniel A. White
committed
fix index spec
1 parent 5b0a352 commit f5a31c7

File tree

3 files changed

+4046
-788
lines changed

3 files changed

+4046
-788
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
"release.dryRun": "sl-scripts release --dry-run --debug",
3232
"storybook": "start-storybook -p 6006",
3333
"test": "vitest run",
34-
"test.prod": "yarn lint && yarn vitest run --coverage",
35-
"test.update": "yarn vitest run --updateSnapshot",
36-
"test.watch": "yarn vitest",
34+
"test.prod": "yarn lint && vitest run --coverage",
35+
"test.update": "vitest run --update",
36+
"test.watch": "vitest",
3737
"test.packaging": "node -e \"require('./dist/index.js')\" && node --input-type=module -e \"import './dist/index.mjs'\"",
3838
"size-limit": "size-limit"
3939
},

0 commit comments

Comments
 (0)