Skip to content

Commit

Permalink
Include devDependencies in digitalocean build
Browse files Browse the repository at this point in the history
  • Loading branch information
cynicaloptimist committed Jul 27, 2024
1 parent 239ec9f commit 8374fa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.'",
Expand Down

0 comments on commit 8374fa1

Please sign in to comment.