Skip to content

Commit

Permalink
feat: remove playground html
Browse files Browse the repository at this point in the history
  • Loading branch information
qq15725 committed Jan 19, 2024
1 parent acc3628 commit 9aee9e3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 17 deletions.
5 changes: 5 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@
<title>Docs</title>
</head>
<body>
<script type="module">
import { one } from '../src'

console.log(one)
</script>
</body>
</html>
16 changes: 0 additions & 16 deletions index.html

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"types"
],
"scripts": {
"dev": "vite",
"dev": "vite docs",
"lint": "eslint src",
"test": "vitest",
"build": "vite build && tsc --project tsconfig.build.json",
Expand Down

0 comments on commit 9aee9e3

Please sign in to comment.