Skip to content

Commit

Permalink
Merge branch 'changeset-release/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshiwarab committed Apr 15, 2024
2 parents 11a4ee0 + ad7ca98 commit 2bea39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"typescript": "^5.4.5"
},
"scripts": {
"build": "tsup src/index.ts --dts",
"build": "yarn codegen && tsup src/index.ts --dts",
"codegen": "yarn --cwd=\"../..\" run codegen:project sdk",
"lint": "prettier --check src/**/*.ts && eslint src/**/*.ts",
"fmt": "prettier --write src/**/*.ts && eslint src/**/*.ts --fix",
Expand Down

0 comments on commit 2bea39d

Please sign in to comment.