Skip to content

Commit

Permalink
build(global): beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vajahath committed Dec 29, 2019
1 parent ebd3a90 commit 34e6dda
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: npm run test
- run: npm run rescope vaju
working-directory: ./generator
- run: ls && npm publish --tag=next --access=public
- run: ls && npm publish --tag=beta --access=public
working-directory: ./generator
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand All @@ -43,7 +43,7 @@ jobs:
- run: npm run test
- run: npm run rescope vajahath
working-directory: ./generator
- run: ls && npm publish --tag=next
- run: ls && npm publish --tag=beta
working-directory: ./generator
env:
NODE_AUTH_TOKEN: ${{ secrets.GH_TOKEN }}
2 changes: 1 addition & 1 deletion generator/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-ts-np",
"version": "3.0.0-beta.3",
"version": "3.0.0-beta.4",
"description": "Yeoman Generator For Building Node Packages With Typescript",
"main": "dist/app/index.js",
"typings": "dist/app/index.d.ts",
Expand Down Expand Up @@ -70,6 +70,7 @@
},
"files": [
"dist/app",
"!**/*.map",
"template"
],
"keywords": [
Expand Down

0 comments on commit 34e6dda

Please sign in to comment.