This website requires JavaScript.
Explore
Help
Sign in
LemmyNet
/
lemmy-js-client
Watch
2
Star
0
Fork
You've already forked lemmy-js-client
0
mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced
2024-11-01 01:59:55 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
0.19.4-alpha.5
lemmy-js-client
/
deploy.sh
9 lines
100 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
Trying to add an npm deploy.
2021-01-20 15:23:37 +00:00
#!/bin/bash
new_tag
=
"
$1
"
Migrate from yarn to pnpm. (#236) * Migrate from yarn to pnpm. * Fixing woodpecker. * 0.19.3-alpha.3 * Fixing publish. * 0.19.3-alpha.4 * Upgrading deps. * 0.19.3-alpha.5 * Fix package.json. * 0.19.3-alpha.6
2024-01-29 03:08:00 +00:00
pnpm version
$new_tag
Adding new version to deploy.
2021-01-20 15:35:12 +00:00
git push
Trying to add an npm deploy.
2021-01-20 15:23:37 +00:00
git tag
$new_tag
git push origin
$new_tag
Reference in a new issue
Copy permalink