Skip to content

Commit

Permalink
fix: revert emmet bump, test svelte-check in CI
Browse files Browse the repository at this point in the history
See microsoft/vscode-emmet-helper#79 for why we need to do this
  • Loading branch information
dummdidumm committed Nov 24, 2023
1 parent 858073d commit 67c0018
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/language-server/package.json
Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"@jridgewell/trace-mapping": "^0.3.17",
"@vscode/emmet-helper": "2.9.2",
"@vscode/emmet-helper": "2.8.4",
"chokidar": "^3.4.1",
"estree-walker": "^2.0.1",
"fast-glob": "^3.2.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-check/package.json
Expand Up @@ -38,7 +38,7 @@
"scripts": {
"build": "rollup -c && node ./dist/src/index.js --workspace ./test --tsconfig ./tsconfig.json",
"prepublishOnly": "npm run build",
"test": "echo 'NOOP'"
"test": "npm run build"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.0",
Expand Down
14 changes: 9 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 67c0018

Please sign in to comment.