mirror of
https://git.bits.team/Bits/mod-manager.git
synced 2024-11-21 13:38:21 -05:00
Add symlink creation to install file
This commit is contained in:
parent
2608f847b6
commit
151d83f1e3
@ -63,6 +63,11 @@ cd "$DOWNLOAD_DIR" || exit
|
||||
npm install --save
|
||||
npm install -g @vercel/ncc
|
||||
npx tsc
|
||||
|
||||
if [[ -n "$NVM_DIR" ]]
|
||||
then
|
||||
ln -s "$NVM_DIR/versions/node/$NODE_VERSION_STR/bin/ncc" "/usr/local/bin/ncc"
|
||||
fi
|
||||
ncc build build/ts/mod-manager.js -o build/flat
|
||||
|
||||
# Install
|
||||
|
Loading…
Reference in New Issue
Block a user