Skip to content

Commit

Permalink
chore: adding a separate command to publish with next tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dafuga committed Nov 8, 2024
1 parent 14e7a8a commit 0179c32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"lint:eslint": "eslint . --cache -c js,jsx,ts,tsx",
"lint:fix": "yarn lint:misc --write",
"lint:misc": "prettier '**/*.json' '**/*.md' '!**/CHANGELOG.md' '**/*.yml' --ignore-path .gitignore",
"publish:snap": "yarn workspace @greymass/eos-wallet npm publish --access public --tag next",
"publish:snap": "yarn workspace @greymass/eos-wallet npm publish --access public",
"publish:snap:next": "yarn workspace @greymass/eos-wallet npm publish --access public --tag next",
"start": "yarn workspaces foreach --parallel --interlaced --verbose run start",
"test": "yarn workspace @greymass/eos-wallet run test --passWithNoTests"
},
Expand Down

0 comments on commit 0179c32

Please sign in to comment.