From f7950334fa8968f757ad4c58533960901fa91698 Mon Sep 17 00:00:00 2001 From: "Irsyad A. Panjaitan" Date: Sat, 3 Aug 2024 21:44:53 +0700 Subject: [PATCH] fix: release gh --- .gitignore | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bc26a9d..c99d9ed 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ node_modules/ dist/ .DS_Store .idea +.env tailwind.config.js tailwind.config.ts diff --git a/package.json b/package.json index c29647d..9db5c83 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "preview": "npm run clean && npm run build && npm link", "pr": "rimraf tailwind.config.js && rimraf tailwind.config.ts && npm run clean && npm run build && git commit -a", "pre": "chmod a+x dist/index.js", - "release": "release-it" + "release": "read -p 'GITHUB_TOKEN: ' GITHUB_TOKEN && export GITHUB_TOKEN=$GITHUB_TOKEN && release-it" }, "keywords": [ "cli",