Skip to content

Bump @adobe/css-tools from 4.0.1 to 4.3.1 #35

Bump @adobe/css-tools from 4.0.1 to 4.3.1

Bump @adobe/css-tools from 4.0.1 to 4.3.1 #35

Workflow file for this run

name: Netlify Deploy Preview
on:
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Build and Test
run: |
npm install
npm run build
npx netlify deploy --dir=build --site=${{ secrets.SITE_ID }} --auth="${{ secrets.NETLIFY_AUTH_TOKEN }}"
env:
CI: true
NODE_ENV: production