1
0
Fork 0
mirror of https://github.com/mempool/mempool.git synced 2025-03-13 03:24:28 +01:00
mempool/backend/npm_package_rm_build_deps.sh
2024-04-03 18:12:51 +09:00

9 lines
144 B
Bash
Executable file

#/bin/sh
set -e
# Cleaning up inside the node_modules folder
cd package/node_modules
rm -rf \
typescript \
@typescript-eslint \
@napi-rs