mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-21 04:50:14 +08:00
6 lines
127 B
Bash
Executable File
6 lines
127 B
Bash
Executable File
npm pack
|
|
UI_PACKAGE_NAME=$(ls | grep naive-ui)
|
|
tar -xzvf $UI_PACKAGE_NAME
|
|
mv package node_modules/naive-ui
|
|
rm $UI_PACKAGE_NAME
|