We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e672c commit 30608c0Copy full SHA for 30608c0
package.json
@@ -37,7 +37,7 @@
37
"testApi": "ts-node --transpile-only src/cli.ts",
38
"testOnly": "jest",
39
"test": "jest --coverage",
40
- "build": "yarn buildCli && yarn buildClient",
+ "build": "rm -rf src/api && yarn buildCli && yarn buildClient",
41
"buildCli": "tsc",
42
"buildClient": "bili",
43
"release": "yarn lint && yarn testOnly && standard-version -a && yarn build && git push --follow-tags origin master && yarn docs && npm publish"
0 commit comments