ci: init
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
set -ex
|
||||
|
||||
if [[ -n "${LOCK}" ]]; then
|
||||
BASE_ARGS="--frozen-lockfile"
|
||||
fi
|
||||
|
||||
pnpm install ${BASE_ARGS:-}
|
||||
Reference in New Issue
Block a user