diff --git a/package.json b/package.json index 8ab60f0..2d81b7d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "\"大岩産 Code Generator\" は、Google Blockly ライブラリを使用した、Raspberry Pi 上で動作するブロックプログラム開発・実行環境です。", "main": "main.js", "scripts": { - "install": "npm install --legacy-peer-deps", + "build": "npm install --legacy-peer-deps", "start": "electron .", "rebuild": "electron-rebuild" },