Skip to content

Commit

Permalink
added npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hasanayan committed Aug 22, 2021
1 parent 41bc0c2 commit 4f78b2d
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 353 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages

name: Node.js Package

on:
release:
types: [created]

jobs:
publish-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
node_modules
dist
178 changes: 0 additions & 178 deletions dist/cjs/index.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/cjs/index.js.map

This file was deleted.

2 changes: 0 additions & 2 deletions dist/cjs/minified/index.js

This file was deleted.

Loading

0 comments on commit 4f78b2d

Please sign in to comment.