diff --git a/package.json b/package.json index 8da00f4..58d55d2 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ "lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .", "start": "remix-serve ./build/server/index.js", "typecheck": "tsc", - "test": "jest --watch --config=jest.config.ts " + "watch": "jest --watch --config=jest.config.ts", + "test": "jest --config=jest.config.ts" }, "dependencies": { "@remix-run/express": "^2.9.1",