Experimenting with docker and configuration
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"description": "A website template using the MERN stack.",
|
||||
"main": "server/server.js",
|
||||
"scripts": {
|
||||
"configure": "node configure-script.js",
|
||||
"start": "npm run build && node server/server.js",
|
||||
"build": "npm run build:server && npm run build:client",
|
||||
"build:server": "exit 0",
|
||||
|
||||
Reference in New Issue
Block a user