From 29d331ef6a72c6c19e3da9d90a482f0c88cd1303 Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Wed, 25 Jan 2023 00:40:21 -0500 Subject: [PATCH] feat: add new tag pushing --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 435201c..0eec4c6 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "scripts": { "dev": "ncc -smw --license licenses.txt build src/main.ts", "build": "ncc -sm --license licenses.txt build src/main.ts", - "push": "np --preview --no-cleanup --no-publish --message 'chore: v%s'", + "push": "np --no-cleanup --no-publish --no-tests --message 'chore: v%s'", + "postpush": "git tag --force v1 && git push -f", "version": "pnpm run build && git add dist" }, "dependencies": {