Remove unneeded usage of yarn

This commit is contained in:
Gregory 2019-04-24 20:13:41 -04:00 committed by GitHub
parent a81683c7b1
commit a8750464ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@
"scripts": {
"clean": "rimraf lib",
"build": "tsc -p tsconfig.json",
"prepare": "yarn clean && yarn build"
"prepare": "npm run clean && npm run build"
},
"activationEvents": [
"onLanguage:javascript",