mirror of
https://git.bits.team/Bits/mod-manager.git
synced 2024-11-23 22:48:21 -05:00
Fix out directory of ncc
This commit is contained in:
parent
de39d669ad
commit
74e1d77acb
@ -70,7 +70,7 @@ cd "$DOWNLOAD_DIR" || exit
|
|||||||
npm install --save || exit
|
npm install --save || exit
|
||||||
npm install -g @vercel/ncc || exit
|
npm install -g @vercel/ncc || exit
|
||||||
npx tsc || exit
|
npx tsc || exit
|
||||||
ncc build build/ts/mod-manager.js -o build/ || exit
|
ncc build build/ts/mod-manager.js -o build/flat/ || exit
|
||||||
|
|
||||||
# Install
|
# Install
|
||||||
info "Installing..."
|
info "Installing..."
|
||||||
|
Loading…
Reference in New Issue
Block a user