Skip to content

Commit 0fbd1bd

Browse files
committed
Fix error trying to deploy with gh-pages
> The "path" argument must be of type string. Received undefined
1 parent 0e6c2fb commit 0fbd1bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"watch": "coffee -o built/ -cw src/",
88
"start": "npx live-server",
99
"predeploy": "node predeploy-check.js",
10-
"deploy": "npm run build && gh-pages --src \"{index.html,built,lib,tabs,impulses}\""
10+
"deploy": "npm run build && gh-pages --src \"{index.html,built,lib,tabs,impulses}\" --dist ."
1111
},
1212
"repository": {
1313
"type": "git",

0 commit comments

Comments
 (0)