Skip to content

fix: package.json to reduce vulnerabilities #36

fix: package.json to reduce vulnerabilities

fix: package.json to reduce vulnerabilities #36

Workflow file for this run

#
#name: Publish
#
#on:
# release:
# types: [published]
#
#jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v1
# - uses: actions/setup-node@v1
# with:
# node-version: 14
# registry-url: https://registry.npmjs.org/
# - run: yarn install
# - run: yarn build
# - run: npm publish --access public
# env:
# NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}