6 lines
66 B
Bash
Executable File
6 lines
66 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Install dependencies
|
|
pnpm install --frozen-lockfile
|
|
|