This website requires JavaScript.
Explore
Help
Sign In
blockworks-foundation
/
mango-v4
mirror of
https://github.com/blockworks-foundation/mango-v4.git
Watch
1
Star
0
Fork
You've already forked mango-v4
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
max/alloc-fixes
mango-v4
/
fix-npm-tag.sh
5 lines
94 B
Bash
Executable File
Raw
Permalink
Blame
History
#!/usr/bin/env bash
set
-ex pipefail
git tag npm-
$TAG
$TAG
;
git tag -d
$TAG
;
git push --tags
Reference in New Issue
View Git Blame
Copy Permalink