Skip to content

Commit 7739858

Browse files
testing new path for deploy
1 parent 10144a4 commit 7739858

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
2+
"homepage": "https://FebryanHernanda.github.io/",
23
"name": "portfolio-2",
34
"private": true,
45
"version": "0.0.0",
56
"type": "module",
67
"scripts": {
7-
"predeploy" : "npm run build",
8-
"deploy" : "gh-pages -d build",
8+
"predeploy" : "npm run deploy",
9+
"deploy" : "gh-pages -d dist",
910
"dev": "vite",
1011
"build": "tsc -b && vite build",
1112
"lint": "eslint .",

0 commit comments

Comments
 (0)