diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 27dc2da..8885471 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -17,6 +17,8 @@ jobs: - run: npm ci + - run: npm run build + - run: npm publish --access=public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file diff --git a/package.json b/package.json index 446ceb4..01c86f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@featbit/react-client-sdk", - "version": "1.0.5", + "version": "1.0.6", "description": "FeatBit client SDK for React", "keywords": [ "FeatBit",