Skip to content

Commit

Permalink
Fix error trying to deploy with gh-pages
Browse files Browse the repository at this point in the history
> The "path" argument must be of type string. Received undefined
  • Loading branch information
1j01 committed Apr 9, 2023
1 parent 0e6c2fb commit 0fbd1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"watch": "coffee -o built/ -cw src/",
"start": "npx live-server",
"predeploy": "node predeploy-check.js",
"deploy": "npm run build && gh-pages --src \"{index.html,built,lib,tabs,impulses}\""
"deploy": "npm run build && gh-pages --src \"{index.html,built,lib,tabs,impulses}\" --dist ."
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 0fbd1bd

Please sign in to comment.