Skip to content

Commit ada22d1

Browse files
committed
Merge pull request #11 from ggamel/patch-1
Fix start script path so photon builds! 🙌🏻
2 parents c3031d9 + 0e27d3b commit ada22d1

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
@@ -18,7 +18,7 @@
1818
"url": "https://github.com/connors/photon/issues"
1919
},
2020
"scripts": {
21-
"start": "electron example-components"
21+
"start": "electron dist/template-app"
2222
},
2323
"license": "MIT",
2424
"devDependencies": {

0 commit comments

Comments
 (0)