chore: added preview script
43697a1e
1 file(s) · +2 −1
| 16 | 16 | "build:components": "bun scripts/build-components.ts", |
|
| 17 | 17 | "build:types": "bun scripts/build-types.ts", |
|
| 18 | 18 | "build:site": "bun scripts/build-site", |
|
| 19 | - | "dev": "bun site/index.html --console" |
|
| 19 | + | "dev": "bun site/index.html --console", |
|
| 20 | + | "preview": "bun site-dist/index.html --console" |
|
| 20 | 21 | }, |
|
| 21 | 22 | "keywords": [ |
|
| 22 | 23 | "web-components", |