Fix error when deleting the missing @napi-rs folder
This commit is contained in:
parent
425d158777
commit
4284038c4b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user