From 8742e6870a8f9da6ddea218a894cb4394597e1b3 Mon Sep 17 00:00:00 2001 From: cosmos-explorer Date: Tue, 23 Jan 2024 15:55:22 +0100 Subject: [PATCH] fixing deployment --- .github/workflows/publish-npm.yml | 4 +++- package.json | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index d18c8b1..7c20bb8 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -19,4 +19,6 @@ jobs: - run: npm publish --access=public env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + + - run: ls \ No newline at end of file diff --git a/package.json b/package.json index 9508a1c..053517d 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,10 @@ "url": "https://github.com/featbit/openfeature-provider-js-client/issues" }, "homepage": "https://github.com/featbit/openfeature-provider-js-client#readme", + "files": [ + "/dist", + "/src" + ], "scripts": { "build": "rimraf dist && tsc", "test": "jest",