Skip to content

Commit d05a1e0

Browse files
committed
chore: fix missing build
1 parent a5957e8 commit d05a1e0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ jobs:
7575
run: |-
7676
yarn config set npmPublishProvenance true
7777
yarn config set npmRegistryServer https://registry.npmjs.org/
78-
yarn pub --debug
78+
yarn yakumo publish --debug

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"license": "MIT",
1212
"scripts": {
13-
"build": "tsc -b",
13+
"build": "yarn yakumo build",
1414
"bump": "yarn yakumo version",
1515
"dep": "yarn yakumo upgrade",
1616
"pub": "yarn yakumo publish",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"dependencies": {
5050
"@koa/router": "^10.1.1",
5151
"@types/koa": "^2",
52-
"@types/koa__router": "^12",
52+
"@types/koa__router": "^8",
5353
"@types/ws": "^8.5.10",
5454
"cosmokit": "^1.8.1",
5555
"koa": "^2.15.2",

0 commit comments

Comments
 (0)