From 6e748cde77f17988cb328bc27c8219023917db7d Mon Sep 17 00:00:00 2001 From: Leo <5376265+leoherzog@users.noreply.github.com> Date: Thu, 19 May 2022 13:42:24 +0000 Subject: [PATCH] Add Update Script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 58f3fe3..7a84bbf 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,8 @@ "watch": "watchify src/parse.js -o bin/bundle.js", "compile": "browserify src/parse.js -o bin/bundle.js", "minify": "terser bin/bundle.js -c -m -o bin/bundle.min.js", - "build": "npm run compile && npm run minify" + "build": "npm run compile && npm run minify", + "update": "npm update -g && npm update && npm run build" }, "repository": { "type": "git",