Skip to content

Commit

Permalink
Updated C build npm script
Browse files Browse the repository at this point in the history
Signed-off-by: Clovis Durand <cd.clovel19@gmail.com>
  • Loading branch information
Clovel committed Mar 18, 2020
1 parent d21b015 commit a85d6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "gui/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "./buildCGen.sh",
"build-gen": "./buildCGen.sh",
"start": "electron ."
},
"repository": {
Expand Down

0 comments on commit a85d6f9

Please sign in to comment.