[example] update scripts script

This commit is contained in:
Chris Wanstrath 2025-12-10 13:41:13 -08:00
parent 87cb01392a
commit 69b2297280

View File

@ -1,6 +1,6 @@
#!/usr/bin/env shrimp #!/usr/bin/env shrimp
if not (fs.exists? 'package.json'): if not fs.exists? 'package.json':
echo '🦐 package.json not found' echo '🦐 package.json not found'
exit 1 exit 1
end end