Merge pull request #23 from chmln/patch-1

package.json - remove unneeded usage of yarn
This commit is contained in:
Qiming zhao 2019-04-27 12:22:08 +08:00 committed by GitHub
commit e65a543df5
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",