Skip to content

Commit 9760974

Browse files
authored
Update package.json
1 parent 7ae07ad commit 9760974

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
"dev": "webpack --mode development --output ./dist/leaf.js",
1010
"build": "webpack --mode production --output ./dist/leaf.js",
1111
"predeploy": "npm run build",
12-
"deploy": "gh-pages -d build"
12+
"deploy": "gh-pages -d dist"
1313
},
1414
"repository": {
1515
"type": "git",

0 commit comments

Comments
 (0)