We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae07ad commit 9760974Copy full SHA for 9760974
package.json
@@ -9,7 +9,7 @@
9
"dev": "webpack --mode development --output ./dist/leaf.js",
10
"build": "webpack --mode production --output ./dist/leaf.js",
11
"predeploy": "npm run build",
12
- "deploy": "gh-pages -d build"
+ "deploy": "gh-pages -d dist"
13
},
14
"repository": {
15
"type": "git",
0 commit comments