Skip to content

Commit f90b03f

Browse files
committed
script: utils-lib build command add
1 parent 13b4f5b commit f90b03f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/notion-to-utils/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "index.js",
66
"scripts": {
77
"test": "vitest",
8-
"test:watch": "vitest --watch"
8+
"test:watch": "vitest --watch",
9+
"build": "tsup src/index.ts --format cjs,esm --dts --minify"
910
},
1011
"keywords": [],
1112
"author": "Jinsoo Lee",

0 commit comments

Comments
 (0)