Commit Graph

9 Commits

Author SHA1 Message Date
shimataro c858f8173b
update dependencies (#262) 2023-10-13 09:06:52 +09:00
shimataro ab731d2fcd
update dependencies (#255) 2023-10-11 07:44:42 +09:00
shimataro 1926ba6435
update dependencies (#211) 2022-10-30 21:57:29 +09:00
shimataro a988908393
Feature/ignore node modules (#166)
* Ignore Node files that should not be tracked

The list can be fetched by `gibo dump node`.

* Untrack node_modules/@actions

* Cache node_modules

* Don't add node_modules ins Bash scripts

* Use ncc to pack dependencies

* Change final product path

Remove & ignore previous one (lib/main.js{,.map})

* Disable PR check using author's key

Author's key is not passed to PR builds (#164)

* update settings

* update CHANGELOG

* update build.yml

Co-authored-by: Tatsunori Uchino <tats.u@live.jp>
2021-02-08 22:19:05 +09:00
shimataro f55d9bd4d2
Bugfix/node modules (#100)
* * clean node_modules before "npm ci --only=production" in order not to add ".bin" directory

* * update CHANGELOG
2020-01-27 06:03:22 +09:00
shimataro 39071b500c
* add verify step on update-dependencies (#91) 2020-01-25 09:37:22 +09:00
shimataro 918fed51a1
Feature/scripts (#87)
* * refactor create-release-branch.sh

* * refactor rebuild.sh

* * refactor update-dependencies.sh
2020-01-23 23:20:07 +09:00
shimataro 6f43580cbf
Feature/dev branch (#77)
* * renamed "development" to "develop"

* * renamed "development" to "develop"
2020-01-19 11:23:23 +09:00
shimataro c165d63ea9
Feature/scripts (#18)
* * add rebuild script

* * add update-dependencies script
2019-09-22 08:47:04 +09:00