Skip to content

Bump @stylistic/eslint-plugin from 2.4.0 to 2.6.1 (#177) #146

Bump @stylistic/eslint-plugin from 2.4.0 to 2.6.1 (#177)

Bump @stylistic/eslint-plugin from 2.4.0 to 2.6.1 (#177) #146

Workflow file for this run

name: Generate Sourcemaps
on:
push:
branches:
- main
jobs:
run-eslint:
name: Generate Sourcemaps
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm install
- name: Build sourcemaps
run: npm run build-sourcemaps
- name: Create Sentry release
uses: getsentry/action-release@v1
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: daniel-miao
SENTRY_PROJECT: climatechangeinformation-website
with:
environment: production
sourcemaps: "./dist"