Skip to content

ci: configure RN to release as a prerelease version #3613

ci: configure RN to release as a prerelease version

ci: configure RN to release as a prerelease version #3613

Workflow file for this run

name: sdk/svelte
on:
push:
branches: [main, 'feat/**']
paths-ignore:
- '**.md' #Do not need to run CI for markdown changes.
pull_request:
branches: [main, 'feat/**']
paths-ignore:
- '**.md'
jobs:
build-test-svelte:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: ./actions/setup-yarn
- id: shared
name: Shared CI Steps
uses: ./actions/ci
with:
workspace_name: '@launchdarkly/svelte-client-sdk'
workspace_path: packages/sdk/svelte
should_build_docs: false
- name: Build example
run: |
yarn workspaces focus @launchdarkly/ld-svelte-example
yarn workspaces foreach -pR --topological-dev --from '@launchdarkly/ld-svelte-example' run build