npm*: add and update Korean translation (#14518)

This commit is contained in:
코드싸이
2024-11-02 03:00:21 +09:00
committed by GitHub
parent 27db757fab
commit be3479bebf
28 changed files with 538 additions and 14 deletions

View File

@@ -0,0 +1,28 @@
# npm run
> 스크립트 실행.
> 더 많은 정보: <https://docs.npmjs.com/cli/commands/npm-run-script>.
- 스크립트 실행:
`npm run {{스크립트_이름}}`
- 스크립트에 인수 전달:
`npm run {{스크립트_이름}} -- {{인수}} {{--옵션}}`
- `start`라는 이름의 스크립트 실행:
`npm start`
- `stop`이라는 이름의 스크립트 실행:
`npm stop`
- `restart`라는 이름의 스크립트 실행:
`npm restart`
- `test`라는 이름의 스크립트 실행:
`npm test`