From 56bc55f9ca635e40499926ab6bdae4a17a9071b3 Mon Sep 17 00:00:00 2001 From: Bobby Wibowo Date: Tue, 26 May 2020 03:53:32 +0700 Subject: [PATCH] Updated package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d331ef0..958d1ac 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,8 @@ "delete-expired": "node ./scripts/delete-expired.js", "thumbs": "node ./scripts/thumbs.js", "pull": "git pull && yarn --production", - "stash": "(git stash && git stash drop) || true", + "stash": "git stash || true", + "stash-pop": "git stash pop || true", "full-upgrade": "rm -f ./yarn.lock && yarn" }, "dependencies": {