From c977f63c879cd3a596f178c0d8970f8ee573f7a8 Mon Sep 17 00:00:00 2001 From: Agustinus Nathaniel Date: Tue, 7 Sep 2021 00:39:51 +0700 Subject: [PATCH] chore: add scripts --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 82a8926..de8922a 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,11 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint --config index.js .", - "lint:fix": "yarn lint --fix", + "lint:fix": "yarn lint --fix && yarn format", + "format": "prettier -w", + "up-latest": "yarn upgrade-interactive --latest", + "release": "standard-version", + "push-release": "git push --follow-tags origin main", "prepare": "husky install" }, "repository": {