-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: Add Support package manager(npm/yarn/pnpm) #353
Conversation
後で確認します |
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.
@Khsmty
PRありがとうございました。
確認しました。
script.sh
Outdated
echo 'npm ci start' | ||
npm ci |
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.
デフォルト値を持せるようになるわけなので、それ以外についてはエラーログを出してexit 1にすることにしましょうか
exit前に
echo '::endgroup::'
もわすれずにおねがいします。(なくても平気かもしれませんが)
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.
exit するようにしました!
ありがとうございます、マージ&リリースします。 しました |
Pull Request detail
Fix or Add/Remove in this PR/このプルリクエストでやったこと
package_manager
オプションを設け、yarn と pnpm に対応しました。Pros and Cons/メリットとデメリット
メリット
The `npm ci` command can only install with an existing package-lock.json ...
エラーが発生して止まってしまう状態だったが、このオプションにより問題なく textlint を使用できるようになった。デメリット
なし
Test/動作確認
Test item list up with checkbox, checked after tested./チェックボックス式にし、確認後チェックする。