Skip to content

Commit cff46f1

Browse files
committed
add build alias for mk
1 parent e5f5060 commit cff46f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"scripts": {
88
"prepublish": "pnpm mk",
99
"mk": "tsc -p tsconfig.build.json && typedoc",
10+
"build": "pnpm mk",
1011
"test": "vitest run",
1112
"w": "tsc -p tsconfig.build.json --watch"
1213
},

0 commit comments

Comments
 (0)