update,
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
rm -rf node_modules &
|
||||
rm -rf .next &
|
||||
|
||||
wait
|
||||
|
||||
echo "done"
|
Reference in New Issue
Block a user