From 065ded043dbbd1c3cca227499eccef523d194b54 Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Sun, 12 Jun 2022 19:06:54 -0400 Subject: [PATCH] chore: organize np command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 64386bd..5508912 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "scripts": { "lint": "eslint --ext .js,.jsx,.ts,.tsx .eslintrc.js", "lint:fix": "pnpm -s lint -- --fix", - "push": "np", + "push": "np --no-cleanup --no-tests --message \"chore: v%s\"", "prepublishOnly": "tsup ./.eslintrc.js --format cjs,esm --clean", "test": "pnpm -s lint" },