mirror of
https://github.com/goldbergyoni/nodebestpractices.git
synced 2025-10-30 09:05:43 +08:00
fix
This commit is contained in:
@ -24,7 +24,7 @@ CI 環境や QA が、後に本番環境に送るものと全く同じパッケ
|
|||||||
> このコマンドは、継続的インテグレーション/継続的デプロイメントプロセスのためのビルドのパフォーマンスと信頼性を大幅に改善し、ワークフローで CI/CD を使用している開発者に一貫性のある高速な体験を提供します。
|
> このコマンドは、継続的インテグレーション/継続的デプロイメントプロセスのためのビルドのパフォーマンスと信頼性を大幅に改善し、ワークフローで CI/CD を使用している開発者に一貫性のある高速な体験を提供します。
|
||||||
|
|
||||||
[npmjs: dependencies と devDepencies](https://docs.npmjs.com/specifying-dependencies-and-devdependencies-in-a-package-json-file)
|
[npmjs: dependencies と devDepencies](https://docs.npmjs.com/specifying-dependencies-and-devdependencies-in-a-package-json-file)
|
||||||
> "dependencies"; 本番環境のアプリケーションに必要なパッケージ
|
> "dependencies": 本番環境のアプリケーションに必要なパッケージ
|
||||||
> "devDependencies"; ローカルでの開発やテストにのみ必要なパッケージ
|
> "devDependencies": ローカルでの開発やテストにのみ必要なパッケージ
|
||||||
|
|
||||||
<br/><br/>
|
<br/><br/>
|
||||||
|
|||||||
Reference in New Issue
Block a user