Skip to content

Commit ce79650

Browse files
committed
Add missing dependencies and cleanup
1 parent 46e58e7 commit ce79650

4 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/vscodepublish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
with:
2323
node-version: "10.x"
2424
- run: yarn
25+
- run: yarn autoclean --init
26+
- run: yarn autoclean --force
2527
- run: npm list --production --parseable --depth=99999 --loglevel=error
2628
- run: yarn lint
2729
- name: Run tests

.vscodeignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ node_modules
1717
!node_modules/fs-extra
1818
!node_modules/react-js-to-ts
1919
!node_modules/typescript
20-
!node_modules/universalify
20+
!node_modules/universalify
21+
!node_modules/graceful-fs

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
"eslint-plugin-prettier": "^3.1.2",
103103
"glob": "^7.1.6",
104104
"mocha": "^7.0.1",
105+
"prettier": "^1.19.1",
105106
"rimraf": "^3.0.2",
106107
"vscode-test": "^1.3.0"
107108
},

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2837,7 +2837,7 @@ prettier-linter-helpers@^1.0.0:
28372837
dependencies:
28382838
fast-diff "^1.1.2"
28392839

2840-
prettier@^1.10.2:
2840+
prettier@^1.10.2, prettier@^1.19.1:
28412841
version "1.19.1"
28422842
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
28432843
integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==

0 commit comments

Comments
 (0)