Skip to content

feat!: migrate npm packages to @flagsmith organization scope #278

feat!: migrate npm packages to @flagsmith organization scope

feat!: migrate npm packages to @flagsmith organization scope #278

Workflow file for this run

name: Pull Requests
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
jobs:
package:
runs-on: ubuntu-latest
name: Test
steps:
- name: Cloning repo
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- run: npm i
- run: npm run build
- run: npm test