Skip to content

Commit

Permalink
Test publish
Browse files Browse the repository at this point in the history
  • Loading branch information
DevNico committed Apr 8, 2021
1 parent 88b9a25 commit 603d4a6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ jobs:

- name: Build
run: yarn build

- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@
"singleQuote": true,
"trailingComma": "es5"
},
"name": "corsign-sdk-js",
"name": "@innfactory/corsign-sdk-js",
"repository": {
"type": "git",
"url": "https://github.com/innFactory/corsign-sdk-js.git"
},
"author": "Nicolas Schlecker",
"module": "dist/corsign-sdk.esm.js",
"size-limit": [
Expand Down

0 comments on commit 603d4a6

Please sign in to comment.