Remove unneeded usage of yarn
This commit is contained in:
parent
a81683c7b1
commit
a8750464ef
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue