Skip to content

Commit 84e3c67

Browse files
frant1cfrant1c
authored andcommitted
fix: change packagejson predeploy
1 parent 69537d3 commit 84e3c67

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
@@ -9,7 +9,7 @@
99
"build": "tsc -b && vite build",
1010
"lint": "eslint .",
1111
"preview": "vite preview",
12-
"predeploy": "npm run build && cp public/.nojekyll build/.nojekyll",
12+
"predeploy": "npm run build && cp public/.nojekyll dist/.nojekyll",
1313
"deploy": "gh-pages -d dist"
1414
},
1515
"dependencies": {

0 commit comments

Comments
 (0)