This commit is contained in:
David Baker
2020-02-17 20:25:10 +00:00
parent 1405fe242a
commit 28b17d0ec3
2 changed files with 10 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
"start": "electron .",
"lint": "eslint src/ scripts/ hak/",
"build": "yarn run setversion && electron-builder",
"buildnative": "yarn run hak",
"docker:setup": "docker build -t riot-desktop-dockerbuild dockerbuild",
"docker:buildnative": "scripts/in-docker.sh yarn run hak",
"docker:build": "scripts/in-docker.sh yarn run build",