diff --git a/.gitignore b/.gitignore index 3c3629e..dd87e2d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ node_modules +build diff --git a/package.json b/package.json index 9c01e7d..8b4849c 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,8 @@ "front": "yarn workspace front", "back": "yarn workspace back", "e2e": "yarn workspace e2e", - "prettier:front": "front prettier" + "prettier:front": "front prettier", + "build": "yarn back build && rm -rf build && mkdir build && cp back/build/* build" }, "repository": { "type": "git",