mirror of
https://github.com/seigler/drawing-prompt
synced 2025-07-26 09:16:11 +00:00
publish to gh pages
This commit is contained in:
parent
940b015a0e
commit
a341739431
3 changed files with 330 additions and 0 deletions
|
@ -3,12 +3,15 @@
|
|||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"homepage": "https://seigler.github.io/drawing-prompt",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc -b && vite build",
|
||||
"deploy": "tsc -b && vite build && gh-pages -d dist",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"gh-pages": "^6.3.0",
|
||||
"solid-js": "^1.9.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue