From 866cb4adefce2777a2a58d4b88eba5a6ec071bf4 Mon Sep 17 00:00:00 2001 From: Moshe Uminer <47164590+mosheduminer@users.noreply.github.com> Date: Fri, 10 Jul 2020 11:26:46 -0400 Subject: [PATCH] config --- .github/workflows/npm-publish.yml | 3 +-- package.json | 2 +- tsconfig.json | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index f413713..83a75c4 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -15,5 +15,4 @@ jobs: - run: npm test - uses: JS-DevTools/npm-publish@v1 with: - token: ${{ secrets.NPM_AUTH_TOKEN }} - check-version: false \ No newline at end of file + token: ${{ secrets.NPM_AUTH_TOKEN }} \ No newline at end of file diff --git a/package.json b/package.json index e6d9360..f76baf9 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "scripts": { "build": "tsc", "test": "jest", - "prepublish": "tsc" + "prepublishOnly": "tsc" }, "author": "Moshe Uminer", "license": "ISC", diff --git a/tsconfig.json b/tsconfig.json index 641d3d7..fecee4c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,6 +12,7 @@ "outDir": "./dist" }, "exclude": [ + "dist", "__tests__", "resources" ]