Added start script
This commit is contained in:
@ -4,6 +4,7 @@
|
|||||||
"description": "Personal website for Dominic \"YouWish\" Masters.",
|
"description": "Personal website for Dominic \"YouWish\" Masters.",
|
||||||
"main": "private/index.js",
|
"main": "private/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"start": "node private/index",
|
||||||
"serve": "webpack-serve --config ./webpack.config.js",
|
"serve": "webpack-serve --config ./webpack.config.js",
|
||||||
"watch": "nodemon --watch private private/index.js",
|
"watch": "nodemon --watch private private/index.js",
|
||||||
"test": "jest"
|
"test": "jest"
|
||||||
|
Reference in New Issue
Block a user