-
-
Notifications
You must be signed in to change notification settings - Fork 87
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
Remove node_moudles/@actions
directories from tracked files & directories list
#163
Remove node_moudles/@actions
directories from tracked files & directories list
#163
Conversation
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.4 to 1.2.6. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
The list can be fetched by `gibo dump node`.
0bb0d36
to
f8c3712
Compare
f8c3712
to
18a8f3b
Compare
Remove & ignore previous one (lib/main.js{,.map})
18a8f3b
to
f8b8fa0
Compare
node_moudles/@actions
directories from ttracked files & directories listnode_moudles/@actions
directories from tracked files & directories list
Failed builds are caused by #164 , so these failed builds will be passed after merged. |
2625d1f
to
f8b8fa0
Compare
Author's key is not passed to PR builds (shimataro#164)
6b72eff
to
5957928
Compare
@tats-u I may amend your code because I have't examine carefully for now. しばらく放置していてごめんなさい! まだコードを詳しく見ていないので、あとでこちらで手を加えるかもしれません。 |
Thank you for your consideration. |
Closes #157
You do not have to add
node_modules
to Git. It is not recommended.https://devcenter.heroku.com/ja/articles/node-best-practices#only-git-the-important-bits (Japanese)
It may cause some troubles in the future.
https://okinawanpizza.hatenablog.com/entry/2020/01/01/224337 (Japanese)
VSCode recommends us to add
node_modules
to.gitignore
.ncc can pack dependencies into a compiled
.js
file (tsc
itself cannnot), so you do not have to includenode_modules/@actions
in your repository anymore.After this PR is merged, we only have to run
npm install
.