We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce9c876 + 6a854b8 commit 7bd854dCopy full SHA for 7bd854d
.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 --cwd=. --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