Switch to yarnpkg
babel can no longer be built by npm as they use yarn specific features in package.json. So use yarnpkg everywhere. Gbp-Pq: Name switch-to-yarnpkg.patch
This commit is contained in:
parent
9246dc1b6e
commit
e0c7791e21
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"clean": "rimraf lib",
|
||||
"prebuild": "npm run clean",
|
||||
"prebuild": "yarnpkg clean",
|
||||
"build": "babel src --out-dir lib",
|
||||
"pretest": "npm run lint",
|
||||
"test": "npm run tests-only",
|
||||
|
|
Loading…
Reference in New Issue