Skip to content

Commit

Permalink
fix: add fix for DST Root CA X3 Expiration
Browse files Browse the repository at this point in the history
  • Loading branch information
hissingpanda authored Apr 22, 2022
1 parent e017051 commit 30f56ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"report": "yarn istanbul-combine -d coverage -p summary -r lcov coverage/{unit,integration,form-validations}/coverage.raw.json",
"resend_activation_links": "./scripts/tasks/resend-activation-links",
"start:dev": "nodemon --inspect=9220 bin/server.js -i src/**/*",
"start:prod": "yarn db:migrate && node bin/server.js",
"start:prod": "yarn db:migrate && node --use-openssl-ca bin/server.js",
"start": "node bin/server.js",
"start:workers": "env HEADLESS=1 node bin/workers.js",
"svg": "svg-sprite -s --symbol-dest=svg --symbol-prefix=.svg- --ss=sprite.svg --si --sx --shape-id-generator=svg-%s --dest=views/includes public/svg/*.svg",
Expand Down

0 comments on commit 30f56ca

Please sign in to comment.