Skip to content

Commit

Permalink
Add copying of certificate files to production start script
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne committed Feb 16, 2024
1 parent e0fcae3 commit eb10216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "module",
"scripts": {
"start": "nodemon",
"start:prod": "tsc && node dist/index.js",
"start:prod": "tsc && cp -r src/cert dist/cert && node dist/index.js",
"build": "tsc",
"pretest": "tsc",
"test": "mocha 'dist/**/*.test.js'"
Expand Down

0 comments on commit eb10216

Please sign in to comment.