Commit c5f4fcc0 authored by Mark Tyneway's avatar Mark Tyneway

ci: remove shell command

This does pass thru to circleci as expected
parent 03377a24
...@@ -123,7 +123,6 @@ jobs: ...@@ -123,7 +123,6 @@ jobs:
# For more information see https://pnpm.io/cli/fetch # For more information see https://pnpm.io/cli/fetch
- run: - run:
name: Fetch dependencies name: Fetch dependencies
shell: /bin/bash -l -eo pipefail
command: pnpm fetch --frozen-lockfile --prefer-offline command: pnpm fetch --frozen-lockfile --prefer-offline
- save_cache: - save_cache:
name: Save PNPM Package Cache name: Save PNPM Package Cache
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment