Skip to content

Commit ae3e498

Browse files
committed
add babel
1 parent ad907d7 commit ae3e498

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "babel",
3+
"kind": "tsc",
4+
"args": [
5+
"-p",
6+
"${suiteDirectory}/babel",
7+
"--outdir",
8+
"${outDirectory}"
9+
],
10+
"platforms": [
11+
"linux"
12+
]
13+
}

cases/scenarios/babel/setup.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/usr/bin/env bash
2+
3+
set -exo pipefail
4+
cd "${0%/*}"
5+
6+
export SCENARIO_REF=00853017dda14778bdb9bafd651d2e6b64449e2a
7+
source ../../cloneScenario.sh https://github.com/babel/babel.git
8+
9+
COREPACK_ENABLE_STRICT=0 corepack yarn@1.22.21 install --ignore-scripts

0 commit comments

Comments
 (0)