6 lines
77 B
Text
6 lines
77 B
Text
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -euo pipefail
|
||
|
|
||
|
rm -rf node_modules storybook-static
|