We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 321365e commit 0b96922Copy full SHA for 0b96922
package.json
@@ -4,6 +4,7 @@
4
"version": "0.0.0",
5
"type": "module",
6
"scripts": {
7
+ "predeploy": "npm run build",
8
"deploy":"gh-pages -d dist",
9
"dev": "vite --host",
10
"build": "tsc && vite build",
0 commit comments