Skip to content

Commit 1a53657

Browse files
testing new path for deploy
1 parent 7739858 commit 1a53657

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"version": "0.0.0",
66
"type": "module",
77
"scripts": {
8-
"predeploy" : "npm run deploy",
9-
"deploy" : "gh-pages -d dist",
8+
"predeploy" : "npm run build",
9+
"deploy" : "gh-pages -d build",
1010
"dev": "vite",
1111
"build": "tsc -b && vite build",
1212
"lint": "eslint .",

0 commit comments

Comments
 (0)