Skip to content

Commit 80aad6e

Browse files
fix: param type
1 parent 75133bb commit 80aad6e

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/commands/turborepo/turborepo_install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ parameters:
55
default: ''
66
command:
77
description: Script to install dependencies
8-
type: executor
8+
type: string
99
default: yarn install --immutable
1010
steps:
1111
- authenticate_npm

src/jobs/turborepo/turborepo_dependency_tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ steps:
1414
at: ~/voiceflow
1515
- turborepo_install
1616
- turborepo_restore_cache:
17-
build_prefix: build-cache
1817
prefix: dependencies-test-cache
1918
- run:
2019
command: << parameters.command >>

0 commit comments

Comments
 (0)