This commit is contained in:
gitlawr
2024-06-17 15:11:59 +08:00
parent 9fa61b9849
commit cb14781984
5 changed files with 192 additions and 0 deletions
Executable
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
set -ex
if [[ -n "${LOCK}" ]]; then
BASE_ARGS="--frozen-lockfile"
fi
pnpm install ${BASE_ARGS:-}