From 963a382ba62e9ed8e23026ec0377ddff0236dab7 Mon Sep 17 00:00:00 2001 From: Gringo <timothe.barthez@student-cs.fr> Date: Sun, 10 Jan 2021 13:03:24 +0100 Subject: [PATCH] typo --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c777d4f..e604328 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "start": "npx pm2 start ./bin/www", "stop": "npx pm2 stop 0", "restart": "npm stop && npm start", - "reload": "npm pm2 del 0 && npm start" + "reload": "npx pm2 del 0 && npm start" }, "dependencies": { "axios": "^0.21.1", -- GitLab