chore
This commit is contained in:
@@ -38,7 +38,7 @@ test("user can email login from other sign-in options and return to chat", async
|
|||||||
expect(loginRequest.postDataJSON()).toMatchObject({
|
expect(loginRequest.postDataJSON()).toMatchObject({
|
||||||
email: "chanwillian0@gmail.com",
|
email: "chanwillian0@gmail.com",
|
||||||
password: "12345678",
|
password: "12345678",
|
||||||
platform: "web",
|
platform: "desktop",
|
||||||
isTestAccount: true,
|
isTestAccount: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"dev:lan": "next dev -H 0.0.0.0 -p 3000",
|
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"build:deploy": "pnpm install && pnpm run build",
|
"build:deploy": "pnpm install && pnpm run build",
|
||||||
"start": "sh -c 'BRANCH=$(git branch --show-current); PORT=${PORT:-}; if [ -z \"$PORT\" ]; then if [ \"$BRANCH\" = \"main\" ]; then PORT=9185; else PORT=9135; fi; fi; next start -p \"$PORT\"'",
|
"start": "sh -c 'BRANCH=$(git branch --show-current); PORT=${PORT:-}; if [ -z \"$PORT\" ]; then if [ \"$BRANCH\" = \"main\" ]; then PORT=9185; else PORT=9135; fi; fi; next start -p \"$PORT\"'",
|
||||||
|
|||||||
Reference in New Issue
Block a user