Skip to content

fix(TDS-7385/esm): fix module not found error for @talend/react-bootstrap and @talend/icons #1917

fix(TDS-7385/esm): fix module not found error for @talend/react-bootstrap and @talend/icons

fix(TDS-7385/esm): fix module not found error for @talend/react-bootstrap and @talend/icons #1917

Workflow file for this run

name: Cleanup - Remove surge demo
on:
pull_request:
types: [ closed ]
permissions: {}
jobs:
cleanup:
name: Remove NR on surge
runs-on: ubuntu-latest
environment: pull_request_unsafe
steps:
- name: Use Node.js
uses: ./.github/actions/setup-node
- name: Push to surge
run: npx surge teardown ${{ github.event.pull_request.number }}.talend.surge.sh --token ${{ secrets.SURGE_TOKEN }}