mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +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
|