Skip to content

Minor change to use a constants file for error messages #3

Minor change to use a constants file for error messages

Minor change to use a constants file for error messages #3

Workflow file for this run

name: NPM Publish
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 16
- run: npm i
- run: npm run build
- run: npm run test
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
access: public