Skip to content

Commit b6d40a7

Browse files
authored
chore(lazer): fix turbo build (#2912)
1 parent 72bf667 commit b6d40a7

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

lazer/sdk/js-solana/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/pyth-lazer-solana-sdk",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Pyth Lazer Solana SDK",
55
"publishConfig": {
66
"access": "public"

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)