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:
Debian Javascript Maintainers 2022-05-19 14:59:04 +08:00 committed by openKylinBot
parent 9246dc1b6e
commit e0c7791e21
1 changed files with 1 additions and 1 deletions

View File

@ -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",