We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f439962 commit 52f3babCopy full SHA for 52f3bab
userTests/arktype/build.sh
@@ -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