Skip to content

Commit 69537d3

Browse files
frant1cfrant1c
authored andcommitted
fix: change package.json deploy
1 parent 472c17f commit 69537d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "eslint .",
1111
"preview": "vite preview",
1212
"predeploy": "npm run build && cp public/.nojekyll build/.nojekyll",
13-
"deploy": "gh-pages -d build"
13+
"deploy": "gh-pages -d dist"
1414
},
1515
"dependencies": {
1616
"@radix-ui/react-label": "^2.1.7",

0 commit comments

Comments
 (0)