Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

fix(build): electron should now always find the correct js file #116

Merged
merged 1 commit into from
Dec 20, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"build": "tslint --project . -c tslint.json 'src/**/*.ts' && tsc --project . && cp src/electron/*.html build/electron/",
"build-lsg": "tsc --project src/lsg --outDir build/lsg/patterns --sourceMap",
"start": "npm run build && concurrently \"electron build/electron\" \"tsc --project . --watch\"",
"start": "npm run build && concurrently \"electron build/electron/electron.js\" \"tsc --project . --watch\"",
"start-lsg": "npm run build-lsg && concurrently \"npm run build-lsg -- -w\" \"patternplate start\"",
"clean": "rm -rf build && rm -rf dist",
"clean-build": "npm run clean && npm run build",
Expand Down