summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorRaphael Kabo <raphaelkabo@hey.com>2023-10-08 19:20:05 +0100
committerRaphael Kabo <raphaelkabo@hey.com>2023-10-08 19:20:05 +0100
commit608532d24d868d939fd2cef6302d8d5089a81ee4 (patch)
treeef065e69228453d5d49b886157a4a88ed3540474 /package.json
parent46f24a4cde75325913c1f9de6ee1ed1e59c8cfa2 (diff)
Fix typo
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index f10d5e9..0a783ce 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
"start": "node dist/start.js",
"dev": "nodemon -e ts,js --watch src --exec \"pnpm run build ; pnpm run start\"",
"test:dev": "CYPRESS=true pnpm run dev & wait-on http://localhost:3000 && cypress open --e2e --browser chrome",
- "test": "pnpm run build || true && CYPRESS=true pnpm run start & wait-on http://localhost:3000 && cypress run --e2e --browser chrome"
+ "test": "pnpm run build || true && CYPRESS=true pnpm run start & wait-on http://localhost:3000 && cypress run --e2e --browser chrome",
"deploy": "pm2 deploy ecosystem.config.cjs production"
},
"engines": {