Skip to content

Commit

Permalink
Add test-build script to languageServer
Browse files Browse the repository at this point in the history
  • Loading branch information
wolmir committed Sep 15, 2022
1 parent f733b46 commit e02c8d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions languageServer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
},
"scripts": {
"build": "rm -rf dist && tsc -b",
"test-build": "rm -rf dist && tsc -b",
"format": "prettier --write '**/*.{js,json,jsx,md,scss,ts,tsx,yaml,yml}'",
"lint:prettier": "prettier -c '**/*.{js,json,jsx,md,scss,ts,tsx,yaml,yml}'",
"lint:eslint": "eslint --cache '**/*.{js,ts,jsx,tsx}'",
Expand Down

0 comments on commit e02c8d9

Please sign in to comment.