File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 - ' sdk/**'
99 - ' packages/evaluation-core/**'
1010 - ' .changeset/**'
11+ workflow_dispatch :
1112
1213concurrency : ${{ github.workflow }}-${{ github.ref }}
1314
3637 run : pnpm install
3738
3839 - name : Build SDKs Only
39- run : pnpm turbo run build --filter="@flagix/js-sdk" --filter="@flagix/react" --filter="@flagix/evaluation-core"
40-
40+ run : pnpm build:sdks
41+
4142 - name : Create Release Pull Request or Publish to npm
4243 id : changesets
4344 uses : changesets/action@v1
Original file line number Diff line number Diff line change 1414 "check-types" : " turbo run check-types" ,
1515 "lint" : " npx ultracite@latest check" ,
1616 "format" : " npx ultracite@latest fix" ,
17+ "build:sdks" : " pnpm turbo run build --filter=\" @flagix/js-sdk\" --filter=\" @flagix/react\" --filter=\" @flagix/evaluation-core\" " ,
1718 "release" : " turbo run build --filter=\" @flagix/js-sdk\" --filter=\" @flagix/react\" --filter=\" @flagix/evaluation-core\" && changeset publish" ,
1819 "prepare" : " husky || true"
1920 },
You can’t perform that action at this time.
0 commit comments