mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 05:38:46 +00:00
Remove unnecessary flags
This commit is contained in:
parent
9b8e3b80ee
commit
f0323de7e8
1 changed files with 2 additions and 2 deletions
|
@ -18,9 +18,9 @@
|
|||
"vscode": "^1.41.0"
|
||||
},
|
||||
"scripts": {
|
||||
"vscode:prepublish": "tsc -p ./ && rollup -c",
|
||||
"vscode:prepublish": "tsc && rollup -c",
|
||||
"package": "vsce package",
|
||||
"watch": "tsc -watch -p ./",
|
||||
"watch": "tsc --watch",
|
||||
"fmt": "tsfmt -r && tslint -c tslint.json 'src/**/*.ts' --fix"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue