diff --git a/package.json b/package.json index 08faa4ca..b860bf4e 100644 --- a/package.json +++ b/package.json @@ -118,6 +118,7 @@ "build": "grunt build_min", "postbuild": "npm run copy-fonts", "dev": "grunt", + "build:digitalocean": "npm install --production=false && npm run build && npm ci", "start": "node server/server.js", "clean": "git clean -f -x -e node_modules/", "test": "echo 'Tests are currently disabled due to node, jest, and ES modules interoperability.'",