Skip to content

Commit

Permalink
chore: migrate workflow to esbuild-register
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Aug 10, 2021
1 parent 924dffa commit c7d409e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
file: ./coverage/coverage-final.json
name: codecov
- name: Publish
run: npx ts-node build/publish
run: yarn pub
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"test:html": "rimraf coverage && c8 -r html yarn test",
"test:text": "c8 -r text yarn test",
"lint": "eslint packages/*/src/**/*.ts --fix --cache",
"pub": "yarn build && yarn build:web && node -r ./build/register build/publish",
"pub": "node -r ./build/register build/publish",
"webui": "yarn workspace koishi-plugin-webui",
"shiki": "yarn workspace bot-shiki",
"utsuho": "yarn workspace bot-utsuho"
Expand Down

0 comments on commit c7d409e

Please sign in to comment.