Skip to content

Commit

Permalink
Publish Test (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroki0525 authored Sep 15, 2023
1 parent 0f70b08 commit b5df8bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"build": "tsup --config ../../tsup.config.ts"
"build": "tsup --config ../../tsup.config.ts",
"dev": "tsx ./src/index.ts"
},
"keywords": [],
"author": "Hiroki Miyaji",
Expand Down
3 changes: 2 additions & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"build": "tsup --config ../../tsup.config.ts"
"build": "tsup --config ../../tsup.config.ts",
"dev": "tsx ./src/index.ts"
},
"keywords": [],
"author": "Hiroki Miyaji",
Expand Down

0 comments on commit b5df8bf

Please sign in to comment.