chore: exclusively use yarn instead of npm
This commit is contained in:
@@ -36,8 +36,8 @@
|
||||
"depcheck": "dependency-check ./package.json",
|
||||
"dev": "babel --watch --source-maps --out-dir=dist/ src/",
|
||||
"lint": "standard",
|
||||
"posttest": "npm run lint && npm run depcheck",
|
||||
"prepublish": "npm run build"
|
||||
"posttest": "yarn run lint && yarn run depcheck",
|
||||
"prepublish": "yarn run build"
|
||||
},
|
||||
"standard": {
|
||||
"ignore": [
|
||||
|
||||
Reference in New Issue
Block a user