Skip to content

Commit 5b522bf

Browse files
committed
chore(lazer): fix turbo build
1 parent 72bf667 commit 5b522bf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

lazer/sdk/js-solana/turbo.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"$schema": "https://turbo.build/schema.json",
3+
"extends": ["//"],
4+
"tasks": {
5+
"build:types": {
6+
"dependsOn": ["//#install:modules"],
7+
"outputs": ["dist/types/**"]
8+
},
9+
"build": {
10+
"dependsOn": ["build:types", "build:cjs", "build:esm"]
11+
}
12+
}
13+
}

0 commit comments

Comments
 (0)