We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1757cc commit 19191d6Copy full SHA for 19191d6
package.json
@@ -5,7 +5,7 @@
5
"license": "MIT",
6
"author": "Austin Peterson <[email protected]> (https://blog.akpwebdesign.com)",
7
"scripts": {
8
- "setup": "cd react && yarn && cd ../functions && yarn && cd ../electron-wrapper && yarn",
+ "setup": "yarn && cd react && yarn && cd ../functions && yarn && cd ../electron-wrapper && yarn",
9
"start": "yarn react:start",
10
"start:electron": "yarn react:start:electron",
11
"start:prebuilt": "yarn react:start:prebuilt",
0 commit comments