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.
10 lines
341 B
10 lines
341 B
#!/bin/bash |
|
# 目标目录 |
|
cd ../../../qry-python-js |
|
# 切换node环境 |
|
source /usr/share/nvm/init-nvm.sh; |
|
nvm use v20.12.2 |
|
rm -r node_modules |
|
npm install --registry=https://registry.npmmirror.com |
|
# 执行打包 |
|
tar -cvzf ../qry-python-js.tar.gz --exclude='.git' --exclude='docs' --exclude='dict' --exclude='node_modules' --exclude='.idea' * |