Skip to content

Commit 4cb71d2

Browse files
committed
fix(crc64-nvme-crt): add test command
1 parent 50f607a commit 4cb71d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/crc64-nvme-crt/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
"build:types": "tsc -p tsconfig.types.json",
1414
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
1515
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
16-
"extract:docs": "api-extractor run --local"
16+
"extract:docs": "api-extractor run --local",
17+
"test": "yarn g:vitest run",
18+
"test:watch": "yarn g:vitest watch"
1719
},
1820
"author": {
1921
"name": "AWS SDK for JavaScript Team",

0 commit comments

Comments
 (0)