diff --git a/.github/workflows/porter_app_main-hono-server_3155.yml b/.github/workflows/porter_app_main-hono-server_3155.yml index 323c361af..8f47772f1 100644 --- a/.github/workflows/porter_app_main-hono-server_3155.yml +++ b/.github/workflows/porter_app_main-hono-server_3155.yml @@ -26,4 +26,4 @@ jobs: PORTER_PROJECT: "9309" PORTER_REPO_NAME: ${{ github.event.repository.name }} PORTER_TAG: ${{ steps.vars.outputs.sha_short }} - PORTER_TOKEN: ${{ secrets.PORTER_APP_9309_3155 }} + PORTER_TOKEN: ${{ secrets.PORTER_APP_9309_3155 }} \ No newline at end of file diff --git a/packages/typescript-config/package.json b/packages/typescript-config/package.json index 4e1a19334..0b533f742 100644 --- a/packages/typescript-config/package.json +++ b/packages/typescript-config/package.json @@ -3,7 +3,5 @@ "version": "0.0.1", "private": false, "license": "MIT", - "scripts": { - "build": "tsc" - } -} + "scripts": {} +} \ No newline at end of file