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",