13 lines
106 B
Bash
Executable File
13 lines
106 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
reset
|
|
|
|
rm -rf .next
|
|
|
|
# pnpm run typecheck
|
|
# pnpm run lint:w
|
|
|
|
pnpm run build
|