Skip to content

Commit

Permalink
try publish again
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskares committed Jun 13, 2024
1 parent bae2c98 commit a403477
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
name: playwright-report
path: playwright-report/
retention-days: 30
- name: Bump version and publish
- name: Publish the Package
run: |
npm run build
npm run publish
npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@johanneskares/wallet-mock",
"version": "0.1.3",
"version": "0.1.4",
"description": "Mock Web3 Browser wallets, like Metamask, in Playwright tests.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,6 @@
},
"scripts": {
"build": "tsc",
"publish": "npm publish --access public",
"dev": "tsc -W",
"test": "playwright test",
"test-ui": "playwright test --ui"
Expand Down

0 comments on commit a403477

Please sign in to comment.