diff --git a/.gitignore b/.gitignore index b076c69..5281500 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ /node_modules npm-debug.log yarn-error.log +.npmrc # IDEs and editors .idea/ diff --git a/package.json b/package.json index a9c30b6..af05d51 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,10 @@ "build": "cd hash-command-ui && npm run build && cd ../hash-command-server && npm run build" }, "private": true, + "workspaces": [ + "hash-command-ui", + "hash-command-server" + ], "dependencies": { "electron-log": "^5.3.4", "electron-squirrel-startup": "^1.0.1",