Skip to content

Commit

Permalink
(GH-93) Remove hack to make tsc work on AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
gep13 committed Feb 13, 2019
1 parent 9abf47a commit 6dc31ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@
},
"scripts": {
"vscode:prepublish": "npm run compile",
"compile": "%APPDATA%/npm/tsc -p ./",
"watch": "%APPDATA%/npm/tsc -watch -p ./",
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./",
"postinstall": "node ./node_modules/vscode/bin/install",
"test": "npm run compile && node ./node_modules/vscode/bin/test"
},
Expand Down

0 comments on commit 6dc31ec

Please sign in to comment.