We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc0a1a7 commit f35f3f5Copy full SHA for f35f3f5
package.json
@@ -4,7 +4,8 @@
4
"type": "module",
5
"scripts": {
6
"update": "bun src/index.ts",
7
- "restart": "systemctl restart nginx",
+ "test": "nginx -t",
8
+ "restart": "nginx -t && systemctl restart nginx",
9
"reload": "systemctl reload nginx"
10
},
11
"devDependencies": {
0 commit comments