Skip to content

Commit

Permalink
Simplified port 8080 killing
Browse files Browse the repository at this point in the history
  • Loading branch information
nwittwer committed Jan 13, 2019
1 parent 151d9ca commit e881310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"homepage": "https://shift.nickwittwer.com",
"scripts": {
"start": "kill -9 $(lsof -i TCP:8080 | grep LISTEN | awk '{print $2}') & vue-cli-service serve & gulp & nw dist",
"start": "lsof -ti:8080 | xargs kill && vue-cli-service serve & gulp & nw dist",
"build": "gulp app",
"deploy": "gulp release",
"test": "jest",
Expand Down

0 comments on commit e881310

Please sign in to comment.