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

Commit

Permalink
chore: start-clean script
Browse files Browse the repository at this point in the history
  • Loading branch information
TheReincarnator authored and Jumace committed Apr 19, 2018
1 parent 09a5be4 commit b580efb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"docs": "typedoc src",
"lint": "tslint --project .",
"start": "npm run build && concurrently \"electron build/electron/main.js --remote-debugging-port=9222 --inspect=9223\" \"tsc --project . --watch\"",
"start:clean": "npm run clean && npm run start",
"start:lsg": "npm run build:lsg && concurrently \"npm run build:lsg -- -w\" \"patternplate start\"",
"precommit": "lint-staged",
"watch:tests": "jest --watch",
Expand Down

0 comments on commit b580efb

Please sign in to comment.