Skip to content

Commit 19191d6

Browse files
committed
chore(package): make setup script install base-level dependencies
1 parent d1757cc commit 19191d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"author": "Austin Peterson <[email protected]> (https://blog.akpwebdesign.com)",
77
"scripts": {
8-
"setup": "cd react && yarn && cd ../functions && yarn && cd ../electron-wrapper && yarn",
8+
"setup": "yarn && cd react && yarn && cd ../functions && yarn && cd ../electron-wrapper && yarn",
99
"start": "yarn react:start",
1010
"start:electron": "yarn react:start:electron",
1111
"start:prebuilt": "yarn react:start:prebuilt",

0 commit comments

Comments
 (0)