diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 64e9f50..672f038 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -15,6 +15,7 @@ jobs: # Defaults to the user or organization that owns the workflow file # scope: '@rollbar' - run: npm install + - run: npm run build - run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/package.json b/package.json index f2ab9ee..3da2f58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rollbar/react", - "version": "0.5.0", + "version": "0.6.0", "description": "React features to enhance using Rollbar.js in React Applications", "main": "lib", "module": "dist",