|
|
@@ -7,8 +7,8 @@
|
|
|
"start": "jus serve",
|
|
|
"deploy": "npm run build && npm run commit && npm run push && npm run open",
|
|
|
"build": "jus build . dist",
|
|
|
- "commit": "git add dist && git commit -m 'update dist'",
|
|
|
- "push": "git subtree push --prefix dist origin master",
|
|
|
+ "commit": "git add dist && git commit -m deploy",
|
|
|
+ "push": "git subrepo push dist",
|
|
|
"open": "opener https://wmhilton.com"
|
|
|
},
|
|
|
"repository": {
|