Skip to content

SP-1233: Deprecate Studio package push/pull/list commands in favour of config #880

SP-1233: Deprecate Studio package push/pull/list commands in favour of config

SP-1233: Deprecate Studio package push/pull/list commands in favour of config #880

Workflow file for this run

name: Build Pull Request
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
name: Npm install and npm build
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '20'
- name: Yarn Install
run: yarn install
- name: Yarn Build
run: yarn build
- name: Yarn Test
run: yarn test