We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6125c0 commit a7285e5Copy full SHA for a7285e5
package.json
@@ -13,7 +13,7 @@
13
"test:electron": "jest --detectOpenHandles ./__tests__/electron/*",
14
"test:app": "jest ./__tests__/app/*",
15
"both": "npm run start & sleep 5 && npm run electron",
16
- "both:tsc": "nodemon --watch ./app & (npm run start && sleep 5 && npm run electron)",
+ "both:tsc": "nodemon --watch ./app & npm run start & sleep 5 && npm run electron",
17
"both:dev": "npm run start & nodemon --watch ./electron --exec 'npm run electron'",
18
"package-mac": "electron-packager . --overwrite --platform=darwin --arch=x64 --icon=assets/icons/mac/icon.icns --prune=true --out=release-builds",
19
"create-installer-mac": "electron-installer-dmg ./release-builds/chronos-darwin-x64/chronos.app/ Chronos",
0 commit comments