Skip to content

Commit

Permalink
add workflow to publish vue package
Browse files Browse the repository at this point in the history
  • Loading branch information
maradotwebp committed Oct 20, 2023
1 parent 076e476 commit 6a456a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ jobs:
- run: npm publish -w=blinkdb
continue-on-error: true
- run: npm publish -w=@blinkdb/react
continue-on-error: true
- run: npm publish -w=@blinkdb/vue
continue-on-error: true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"scripts": {
"prepare": "node ./prepare.js",
"build": "npm run build -w=blinkdb -w=@blinkdb/react",
"build": "npm run build -w=blinkdb -w=@blinkdb/react -w=@blinkdb/vue",
"test": "jest",
"test-coverage": "jest --coverage"
},
Expand Down

0 comments on commit 6a456a3

Please sign in to comment.