From ebe0e02b82f17468dc0af4bc1fd7bd512ffde800 Mon Sep 17 00:00:00 2001 From: Yuta Azumi Date: Fri, 11 Dec 2020 23:55:16 +0900 Subject: [PATCH] fix --- sections/production/installpackageswithnpmci.japanese.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sections/production/installpackageswithnpmci.japanese.md b/sections/production/installpackageswithnpmci.japanese.md index 294e89c3..a17cca0d 100644 --- a/sections/production/installpackageswithnpmci.japanese.md +++ b/sections/production/installpackageswithnpmci.japanese.md @@ -24,7 +24,7 @@ CI 環境や QA が、後に本番環境に送るものと全く同じパッケ > このコマンドは、継続的インテグレーション/継続的デプロイメントプロセスのためのビルドのパフォーマンスと信頼性を大幅に改善し、ワークフローで CI/CD を使用している開発者に一貫性のある高速な体験を提供します。 [npmjs: dependencies と devDepencies](https://docs.npmjs.com/specifying-dependencies-and-devdependencies-in-a-package-json-file) -> "dependencies"; 本番環境のアプリケーションに必要なパッケージ -> "devDependencies"; ローカルでの開発やテストにのみ必要なパッケージ +> "dependencies": 本番環境のアプリケーションに必要なパッケージ +> "devDependencies": ローカルでの開発やテストにのみ必要なパッケージ