Skip to content

Commit

Permalink
chore: add workspace utsuho
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Oct 19, 2020
1 parent 67529d1 commit c3fea5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ temp
/docs
/shiki
/test
/utsuho

todo.md
yarn.lock
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"shiki/cosmos",
"shiki/games",
"shiki/others",
"utsuho",
"packages/*"
],
"scripts": {
Expand All @@ -27,7 +28,8 @@
"test:text": "c8 -r text yarn test",
"lint": "eslint packages/*/src/**/*.ts --fix --cache",
"pub": "ts-node build/publish",
"shiki": "yarn workspace bot-shiki"
"shiki": "yarn workspace bot-shiki",
"utsuho": "yarn workspace bot-utsuho"
},
"version": "1.0.0",
"license": "MIT",
Expand Down

0 comments on commit c3fea5a

Please sign in to comment.