-
Notifications
You must be signed in to change notification settings - Fork 12
Fixes for NPM #726
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes for NPM #726
Conversation
env: | ||
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_AUTH_TOKEN }} | ||
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I created a new environment secret for the release
env
@@ -44,7 +46,6 @@ | |||
"@babel/preset-env": "^7.24.7", | |||
"@babel/preset-typescript": "^7.24.7", | |||
"@types/adm-zip": "^0.5.5", | |||
"@types/axios": "^0.14.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
obsolete per log message
@@ -56,7 +57,6 @@ | |||
"chai-as-promised": "^8.0.0", | |||
"cross-env": "^7.0.3", | |||
"mocha": "^10.6.0", | |||
"nyc": "^17.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unused
be4180e
to
8d20c41
Compare
No description provided.