Skip to content

Commit

Permalink
export step types
Browse files Browse the repository at this point in the history
  • Loading branch information
mia-zhao committed Apr 3, 2024
1 parent a8cae30 commit 14d0f1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"import": "./dist/user-interaction-js.mjs"
}
},
"files": ["dist/**/*"],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from "./recorder";
export * from './step';

0 comments on commit 14d0f1b

Please sign in to comment.