mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-02 19:28:14 +08:00
Update publish.sh
This commit is contained in:
parent
a6957dd392
commit
3cc62c7398
@ -2,6 +2,7 @@
|
||||
|
||||
# Do not run this file without setting the environment variables, you will end up fatal error
|
||||
# If you wish to run this locally, please change the env variable before running this.
|
||||
echo "//${REGISTRY}/:_authToken=${TOKEN}" > .npmrc
|
||||
|
||||
cat package.json | grep -v '"private":' | grep -v '"version":' | sed "s/\(\"name\": \"element-plus\"\)/\1,\n \"version\": \"${TAG_VERSION}\"/g" > package.json.bak
|
||||
cat package.json.bak > package.json
|
||||
|
Loading…
Reference in New Issue
Block a user