Skip to content

Commit 30608c0

Browse files
committed
fix: 排除 src/api
1 parent 31e672c commit 30608c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"testApi": "ts-node --transpile-only src/cli.ts",
3838
"testOnly": "jest",
3939
"test": "jest --coverage",
40-
"build": "yarn buildCli && yarn buildClient",
40+
"build": "rm -rf src/api && yarn buildCli && yarn buildClient",
4141
"buildCli": "tsc",
4242
"buildClient": "bili",
4343
"release": "yarn lint && yarn testOnly && standard-version -a && yarn build && git push --follow-tags origin master && yarn docs && npm publish"

0 commit comments

Comments
 (0)