We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c95ef1d commit f982394Copy full SHA for f982394
.github/workflows/integration.yml
@@ -17,4 +17,5 @@ jobs:
17
- run: npm run build
18
- run: ls -lart
19
- run: node dist/test/integration/scaffold.mjs
20
- - run: ls -lart
+ - run: cd integration-test-vue
21
+ - run: npm i
0 commit comments