mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-08-03 16:39:16 +00:00
Whoops got the name wrong
This commit is contained in:
parent
b37e66eb81
commit
c1c68d15ff
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
"watch:client": "tsc -w -p client/tsconfig.json",
|
||||
"compile:server": "cd server && npm run installServer && cd .. && tsc -p server/tsconfig.json",
|
||||
"watch:server": "cd server && npm run installServer && cd .. && tsc -w -p server/tsconfig.json",
|
||||
"lint": "cd server && npm run lint && cd ../client && npm run tslint"
|
||||
"lint": "cd server && npm run lint && cd ../client && npm run lint"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mocha": "^2.2.42",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue