mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
build: Remove map files & ts files
This commit is contained in:
parent
cb0d1d80a1
commit
758c08ec85
@ -60,6 +60,8 @@ if [[ -d "$DIR"/node_modules ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
find $DIR/libraries -name "*.map" -type f -delete
|
find $DIR/libraries -name "*.map" -type f -delete
|
||||||
|
find $DIR/node_modules -name "*.map" -type f -delete
|
||||||
|
find $DIR -name "*.ts" -type f -delete
|
||||||
|
|
||||||
d="$DIR"/src/public
|
d="$DIR"/src/public
|
||||||
[[ -d "$d"/app-dist ]] || mkdir -pv "$d"/app-dist
|
[[ -d "$d"/app-dist ]] || mkdir -pv "$d"/app-dist
|
||||||
|
Loading…
x
Reference in New Issue
Block a user