We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61877d5 commit 9e79148Copy full SHA for 9e79148
.github/workflows/publish.yaml
@@ -15,6 +15,7 @@ jobs:
15
# Defaults to the user or organization that owns the workflow file
16
# scope: '@rollbar'
17
- run: npm install
18
+ - run: npm run build
19
- run: npm publish
20
env:
21
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@rollbar/react",
3
- "version": "0.5.0",
+ "version": "0.6.0",
4
"description": "React features to enhance using Rollbar.js in React Applications",
5
"main": "lib",
6
"module": "dist",
0 commit comments