Skip to content

Commit

Permalink
Add distribution script
Browse files Browse the repository at this point in the history
The objective is to make an easier build chain
  • Loading branch information
Relepega authored Feb 22, 2022
1 parent eebb62b commit b8409ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"start": "concurrently \"react-scripts start\" \"tauri dev\"",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"dist": "yarn build && tauri build"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit b8409ff

Please sign in to comment.