Skip to content

Commit 52f3bab

Browse files
authored
Add ArkType to userTests (#185)
1 parent f439962 commit 52f3bab

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: userTests/arktype/build.sh

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
set -x
2+
3+
npm i -g pnpm
4+
rm -rf arktype
5+
git clone --depth 1 https://github.com./arktypeio/arktype.git arktype
6+
cd arktype
7+
8+
npx json -I -f package.json -e "this.resolutions = { ...this.resolutions, typescript: 'file:$TS' } "
9+
pnpm i
10+
pnpm tsc

0 commit comments

Comments
 (0)