From 8374fa1f2c61da96d56f7bd05103ce0ccdcd613f Mon Sep 17 00:00:00 2001 From: Evan Bailey Date: Fri, 26 Jul 2024 20:31:42 -0700 Subject: [PATCH] Include devDependencies in digitalocean build --- package.json | 1 + 1 file changed, 1 insertion(+) 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.'",