Skip to content

Commit a7285e5

Browse files
committed
updated both-tsc npm script
1 parent e6125c0 commit a7285e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test:electron": "jest --detectOpenHandles ./__tests__/electron/*",
1414
"test:app": "jest ./__tests__/app/*",
1515
"both": "npm run start & sleep 5 && npm run electron",
16-
"both:tsc": "nodemon --watch ./app & (npm run start && sleep 5 && npm run electron)",
16+
"both:tsc": "nodemon --watch ./app & npm run start & sleep 5 && npm run electron",
1717
"both:dev": "npm run start & nodemon --watch ./electron --exec 'npm run electron'",
1818
"package-mac": "electron-packager . --overwrite --platform=darwin --arch=x64 --icon=assets/icons/mac/icon.icns --prune=true --out=release-builds",
1919
"create-installer-mac": "electron-installer-dmg ./release-builds/chronos-darwin-x64/chronos.app/ Chronos",

0 commit comments

Comments
 (0)