Skip to content

Commit

Permalink
npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Dec 14, 2017
1 parent 95544e5 commit 67f6e47
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -23,8 +23,7 @@
},
"scripts": {
"deploy": "git push && ssh future 'cd ~/www/ytinstant.com && git pull'",
"serve": "ecstatic --port 4000 static",
"start": "npm run serve",
"watch": "npm run serve"
"start": "ecstatic --port 4000 static",
"watch": "npm start"
}
}

0 comments on commit 67f6e47

Please sign in to comment.