Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

fix: add files to prettierignore #485

fix: add files to prettierignore

fix: add files to prettierignore #485

Workflow file for this run

name: Node.js Packages
on:
push:
branches: ['umati']
# Publish semver tags as releases.
# tags: [ 'v*.*.*' ]
jobs:
publish-gpr:
runs-on: ubuntu-24.04
permissions:
contents: read
packages: write
steps:
- uses: actions/[email protected]
with:
fetch-depth: 2
- uses: actions/[email protected]
with:
node-version: '18.x'
registry-url: 'https://npm.pkg.github.com'
scope: '@umati'
- name: Install
run: npm ci --prefer-offline
- name: Build
run: npm run build
- run: npm publish
working-directory: './packages/react-scripts'
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}