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 4a214b9 commit ef63783Copy full SHA for ef63783
2 files changed
.github/workflows/vscodepublish.yml
@@ -21,12 +21,7 @@ jobs:
21
uses: actions/setup-node@v1
22
with:
23
node-version: "10.x"
24
- - run: yarn
25
- - run: npm list --production --parseable --depth=99999 --loglevel=error
26
- - run: yarn autoclean --init
27
- - run: echo "*.d.ts\n*.map\n@types" >> .yarnclean
28
- - run: yarn autoclean --force
29
- - run: yarn lint
+ - run: yarn install
30
- name: Run tests
31
uses: GabrielBB/xvfb-action@v1.0
32
0 commit comments