7 lines
56 B
Bash
Executable File
7 lines
56 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
rm -rf .next
|
|
pnpm run dev
|