6 lines
96 B
Bash
Executable File
6 lines
96 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
# Run the TypeScript script using ts-node
|
|
pnpm exec ts-node scripts/bump.ts
|