Skip to content

Commit f0323de

Browse files
committed
Remove unnecessary flags
1 parent 9b8e3b8 commit f0323de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

editors/code/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"vscode": "^1.41.0"
1919
},
2020
"scripts": {
21-
"vscode:prepublish": "tsc -p ./ && rollup -c",
21+
"vscode:prepublish": "tsc && rollup -c",
2222
"package": "vsce package",
23-
"watch": "tsc -watch -p ./",
23+
"watch": "tsc --watch",
2424
"fmt": "tsfmt -r && tslint -c tslint.json 'src/**/*.ts' --fix"
2525
},
2626
"dependencies": {

0 commit comments

Comments
 (0)