We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 199bffd commit 6a854b8Copy full SHA for 6a854b8
.github/workflows/integration-tests.yml
@@ -105,7 +105,7 @@ jobs:
105
yarn install
106
yarn vue-mess-detector analyze --output=json --file-output=vmd-output.json
107
elif [ "${{ matrix.package-manager }}" == "bun" ]; then
108
- yes "my-package" | head -n 1 | bun create vue . --default --typescript --ignore-scripts
+ yes "my-package" | head -n 1 | bun create vue . --default --typescript
109
bun add file:${{ github.workspace }}/package/ --dev
110
bun install --ignore-scripts
111
bun run vue-mess-detector analyze --output=json --file-output=vmd-output.json
0 commit comments