From 9ddaeae9528ee2d9ed975db140d663afa2db5720 Mon Sep 17 00:00:00 2001 From: Ian Date: Thu, 30 Nov 2023 21:40:33 -0800 Subject: [PATCH] Update --- _layouts/master/authentication/account.html | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_layouts/master/authentication/account.html b/_layouts/master/authentication/account.html index da83a60c0..d64731405 100644 --- a/_layouts/master/authentication/account.html +++ b/_layouts/master/authentication/account.html @@ -585,7 +585,7 @@

$264 USD

diff --git a/package.json b/package.json index 087ec1a18..3e7e28f73 100755 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "preinstall": "bundle update && bundle install", "start": "npm run _start -- --skipImageMin='true' --skipESLint='true' --skipJSMin='true'", "_start": "bundle exec gulp clean:jekyll && bundle exec gulp", + "dist": "git add . && git commit -m 'Published pages' && git push origin master", "prototype": "npm start", "prototype:public": "npm start -- --ngrokOpen='true'", "prototype:https": "npm start -- --https='true'",