mirror of
https://github.com/mempool/mempool.git
synced 2024-11-19 09:52:14 +01:00
10 lines
143 B
Bash
Executable File
10 lines
143 B
Bash
Executable File
#/bin/sh
|
|
set -e
|
|
|
|
# Cleaning up inside the node_modules folder
|
|
cd package/node_modules
|
|
rm -r \
|
|
typescript \
|
|
@typescript-eslint \
|
|
@napi-rs
|