Skip to content

Commit e802be1

Browse files
committed
build(midway-component-fetch): fix build command
1 parent 1f7a0b7 commit e802be1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/midway-component-fetch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"access": "public"
5050
},
5151
"scripts": {
52-
"build": "midway-bin build -c",
52+
"build": "tsc",
5353
"clean": "npm run clean:lock & npm run clean:cache & rm -rf dist/* -rf",
5454
"clean:cache": "rm -rf .eslintcache .vscode/.tsbuildinfo .vscode/.tsbuildinfo.*",
5555
"clean:lock": "rm package-lock.json -f",

0 commit comments

Comments
 (0)