Added start script

This commit is contained in:
2018-07-09 21:59:16 +10:00
parent 613eb72306
commit 2d4d2037d7

View File

@ -4,6 +4,7 @@
"description": "Personal website for Dominic \"YouWish\" Masters.",
"main": "private/index.js",
"scripts": {
"start": "node private/index",
"serve": "webpack-serve --config ./webpack.config.js",
"watch": "nodemon --watch private private/index.js",
"test": "jest"