You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/bash |
|
# 目标目录 |
|
cd ../../ |
|
# 切换node环境 |
|
source /usr/share/nvm/init-nvm.sh; |
|
nvm use v20.12.2 |
|
npm install --registry=https://registry.npmmirror.com |
|
# 执行打包 |
|
tar -cvzf ../qry-python-js.tar.gz --exclude='.git' --exclude='docs' --exclude='dict' --exclude='.idea' * |