Skip to content

Commit

Permalink
Merge pull request #159 from rejas/fix_dist
Browse files Browse the repository at this point in the history
Fix output "dist" directory
  • Loading branch information
cparrapa authored Mar 13, 2022
2 parents 1591da7 + 5a9d5f0 commit 1cc7e96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
*.DS_Store
/node_modules/
/compilation/arduino/packages/
/compilation/arduino/suppr/
/compilation/arduino/tmp/
Expand All @@ -15,3 +14,5 @@
/compilation/arduino/package_stm_index.json
/compilation/arduino/package_ustepper_index.json
/compilation/arduino/inventory.yaml
/dist
/node_modules/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"asar": false,
"directories": {
"buildResources": "./build",
"output": "../dist"
"output": "./dist"
},
"nsis": {
"installerIcon": "build/install.ico",
Expand Down

0 comments on commit 1cc7e96

Please sign in to comment.