diff --git a/.gitignore b/.gitignore index 7ceb59f..b6cfd67 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ lerna-debug.log* node_modules dist +install dist-ssr *.local diff --git a/package.json b/package.json index df2832b..8e5ea0c 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "appId": "com.drawDB.id", "productName": "drawDB", "directories": { - "output": "dist", + "output": "install", "buildResources": "public" }, "files": [ @@ -103,4 +103,4 @@ "overrides": { "follow-redirects": "^1.15.4" } -} +} \ No newline at end of file