Skip to content

Commit

Permalink
Fixup cleanup script for lsp package
Browse files Browse the repository at this point in the history
Also remove unused `build:schema`
  • Loading branch information
krassowski committed Sep 5, 2023
1 parent 74e889a commit 32f6003
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/lsp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@
],
"scripts": {
"build": "tsc -b",
"build:schema": "node ./schema.js",
"build:test": "tsc --build tsconfig.test.json",
"clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",
"clean": "rimraf lib && rimraf tsconfig.tsbuildinfo && rimraf tsconfig.test.tsbuildinfo && rimraf tests/build",
"test": "jest",
"test:cov": "jest --collect-coverage",
"test:debug": "node --inspect-brk ../../node_modules/.bin/jest --runInBand",
Expand Down

0 comments on commit 32f6003

Please sign in to comment.