Skip to content

Commit be242ad

Browse files
committed
lookup: run integration tests for yarn
1 parent 8a7fb07 commit be242ad

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

lib/lookup.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,13 @@
609609
"yarn": true,
610610
"install": ["install", "--mode", "skip-build"],
611611
"prefix": "@yarnpkg/cli@",
612-
"scripts": ["typecheck:all", "test:lint", "test:unit", "build:cli"],
612+
"scripts": [
613+
"build:cli",
614+
"typecheck:all",
615+
"test:lint",
616+
"test:unit",
617+
"test:integration"
618+
],
613619
"repo": "https://github.com/yarnpkg/berry"
614620
},
615621
"yeoman-generator": {

0 commit comments

Comments
 (0)