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 fb7f459 commit 538b0f4Copy full SHA for 538b0f4
.github/workflows/nodejs.yml
@@ -39,7 +39,7 @@ jobs:
39
npm i
40
npm run clean
41
npm i --workspaces
42
- npm run compile --workspaces
+ npm run build
43
44
- name: npm build
45
run: |
@@ -48,20 +48,17 @@ jobs:
48
- name: npm test
49
if: github.ref != 'refs/heads/main'
50
51
- npm run build
52
- npm run test --workspaces
+ npm run test
53
54
- name: npm coverage
55
if: github.ref == 'refs/heads/main'
56
#npm run coveralls --workspace=vscode
57
58
59
60
61
- name: npm package standalone extension
62
63
64
65
npm i -g vsce
66
npm run generate:vsix --workspace=vscode
67
0 commit comments