Skip to content

Commit 6a854b8

Browse files
committed
remove 2nd flag
1 parent 199bffd commit 6a854b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
yarn install
106106
yarn vue-mess-detector analyze --output=json --file-output=vmd-output.json
107107
elif [ "${{ matrix.package-manager }}" == "bun" ]; then
108-
yes "my-package" | head -n 1 | bun create vue . --default --typescript --ignore-scripts
108+
yes "my-package" | head -n 1 | bun create vue . --default --typescript
109109
bun add file:${{ github.workspace }}/package/ --dev
110110
bun install --ignore-scripts
111111
bun run vue-mess-detector analyze --output=json --file-output=vmd-output.json

0 commit comments

Comments
 (0)