Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ Add the following to your package.json:
"homepage": "http://example.com",
"scripts": {
"start": "jus serve",
"deploy": "npm run build && npm run build && npm run open",
"deploy": "npm run build && npm run push && npm run open",
"build": "jus build . dist",
"push": "surge dist $npm_package_homepage",
"open": "open $npm_package_homepage"
Expand Down