From d18f1fa5ea00604c4937a796da87d1fff8c8a4a4 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Tue, 6 Jan 2026 22:02:08 +0000 Subject: [PATCH] fixed initial npm file error --- .github/workflows/stripe-to-invoice.yml | 2 +- stripe_to_invoice/package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stripe-to-invoice.yml b/.github/workflows/stripe-to-invoice.yml index f1bda12..0f12ea3 100644 --- a/.github/workflows/stripe-to-invoice.yml +++ b/.github/workflows/stripe-to-invoice.yml @@ -7,7 +7,7 @@ on: - feature/** - release/** tags: - - "v*" + - "*" jobs: build: diff --git a/stripe_to_invoice/package.json b/stripe_to_invoice/package.json index 57530a8..8287837 100644 --- a/stripe_to_invoice/package.json +++ b/stripe_to_invoice/package.json @@ -14,7 +14,8 @@ "next": "16.0.10", "pg": "^8.16.3", "react": "19.2.1", - "react-dom": "19.2.1" + "react-dom": "19.2.1", + "typescript": "^5.0.0" }, "devDependencies": { "@tailwindcss/postcss": "^4",