Skip to content

Commit 9e79148

Browse files
committed
fix(package): forgot build step to package publish
1 parent 61877d5 commit 9e79148

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
# Defaults to the user or organization that owns the workflow file
1616
# scope: '@rollbar'
1717
- run: npm install
18+
- run: npm run build
1819
- run: npm publish
1920
env:
2021
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rollbar/react",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "React features to enhance using Rollbar.js in React Applications",
55
"main": "lib",
66
"module": "dist",

0 commit comments

Comments
 (0)