Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ You can build the program by using `grunt`. However, we don't recommend this bec

So, we've prepared a separate script which just makes an executable file.

This build doesn't work on npm v5.3.0. So you need to use v5.2.0 when you build it.

```
grunt pre-build
```
Expand Down
2 changes: 2 additions & 0 deletions docs/jp/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ Gruntを使います。

それで、実行ファイルを作るスクリプトを用意しておきました。

このビルドはnpm v5.3.0では動かないのでv5.2.0で動かす必要があります。

```
grunt pre-build
```
Expand Down
2 changes: 2 additions & 0 deletions docs/ko/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ yarn run hot

그래서, 실행파일만을 만드는 스크립트를 준비해 뒀습니다.

This build doesn't work on npm v5.3.0. So you need to use v5.2.0 when you build it.

```
grunt pre-build
```
Expand Down
2 changes: 2 additions & 0 deletions docs/ru/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ $ yarn run dev-start

Мы подготовили отдельный скрипт, который просто создает исполняемый файл:

This build doesn't work on npm v5.3.0. So you need to use v5.2.0 when you build it.

```
grunt pre-build
```
Expand Down