Skip to content

Commit 28048e9

Browse files
committed
added script package
1 parent 991e97c commit 28048e9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"build:types": "tsc -p .config/tsconfig.build.json",
2121
"build": "npm run build:js && npm run build:types",
2222
"coverage": "vitest run --coverage --config .config/vitest.config.ts",
23+
"package": "npm run build && npm pack",
2324
"test": "vitest --config .config/vitest.config.ts",
2425
"test:watch": "vitest --watch --config .config/vitest.config.ts",
2526
"test:ui": "vitest --ui --config .config/vitest.config.ts"

0 commit comments

Comments
 (0)