Fix error when deleting the missing @napi-rs folder

This commit is contained in:
Felipe Knorr Kuhn 2024-04-03 18:12:51 +09:00
parent 425d158777
commit 4284038c4b
No known key found for this signature in database
GPG key ID: 79619B52BB097C1A

View file

@ -3,7 +3,7 @@ set -e
# Cleaning up inside the node_modules folder
cd package/node_modules
rm -r \
rm -rf \
typescript \
@typescript-eslint \
@napi-rs