Skip to content

fix(custom-elements-manifest): fixed a bug where a custom CEM configuration file was unable to be provided #23

fix(custom-elements-manifest): fixed a bug where a custom CEM configuration file was unable to be provided

fix(custom-elements-manifest): fixed a bug where a custom CEM configuration file was unable to be provided #23

Workflow file for this run

name: Build Pull Request
on:
pull_request:
paths:
- '.github/workflows/**/*'
- '.eslintrc.json'
- '.autorc'
- 'gulpfile.ts'
- 'tsconfig.json'
- 'bin/**/*'
- 'config/**/*'
- 'src/**/*'
- 'templates/**/*'
- 'test/**/*'
- 'package.json'
- 'package-lock.json'
jobs:
build:
name: Build and Test
uses: tyler-technologies-oss/forge-automation-shared/.github/workflows/[email protected]
with:
TESTS_ENABLED: true
secrets:
NPM_TOKEN: ${{ secrets.FORGE_NPM_TOKEN }}