This commit is contained in:
Pine Wu
2019-05-29 23:03:26 +08:00
parent 048fa2f156
commit 956d4e2d2c

View File

@ -25,9 +25,10 @@
},
"scripts": {
"vscode:prepublish": "npm run compile",
"compile": "tsc -p ./",
"compile": "tsc -p ./",
"lint": "tslint -p ./",
"watch": "tsc -watch -p ./",
"pretest": "npm run compile",
"test": "node ./out/test/runTest.js"
},
"devDependencies": {