Skip to content

Commit 21d0e6b

Browse files
committed
updated a script to run on npm instead of yarn
1 parent 5c0f6b8 commit 21d0e6b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"Sean Sadykoff",
1616
"Shlomo Porges",
1717
"Sophia Huttner",
18-
"Tolga Mizrakci",
18+
"Tolga Mizrakci",
1919
"Tony Ito-Cole"
20-
],
20+
],
2121
"repository": {
2222
"type": "git",
2323
"url": "https://github.com/team-reactype/ReacType"
@@ -73,7 +73,7 @@
7373
"build-bin": "electron-builder -mwl",
7474
"test": "cross-env NODE_ENV=test jest",
7575
"linter": "eslint src",
76-
"develop": "concurrently \"yarn run dev\" \"yarn run electron\""
76+
"develop": "concurrently \"npm run dev\" \"npm run electron\""
7777
},
7878
"bin": {
7979
"reactype": "./index.js"

0 commit comments

Comments
 (0)