Skip to content

Bump eslint-plugin-prettier from 5.1.3 to 5.2.1 (#1003) #927

Bump eslint-plugin-prettier from 5.1.3 to 5.2.1 (#1003)

Bump eslint-plugin-prettier from 5.1.3 to 5.2.1 (#1003) #927

Workflow file for this run

name: Build and Publish
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install
run: |
npm ci
- name: Build
run: |
npm run build
- name: Publish
run: |
echo "//registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN" > .npmrc
npm publish || true
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}