mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-25 01:51:37 -04:00
Fix infinite loop in setup
This commit is contained in:
@@ -8,6 +8,7 @@ First, install the dependencies:
|
||||
|
||||
```sh
|
||||
yarn install
|
||||
yarn setup // to install the correct next config in the .react-email folder, with the right aliases
|
||||
```
|
||||
|
||||
Then, run the development server:
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
"build": "tsc -b",
|
||||
"predev": "cp next.config.js .react-email/next.config.js",
|
||||
"dev": "email dev --port 3001",
|
||||
"postinstall": "echo 'Setting up email dev, stop the process when it says that react email is ready and then run yarn dev' && yarn dev",
|
||||
"lint": "npx eslint . --max-warnings 0",
|
||||
"lint-fix": "npx eslint . --fix",
|
||||
"setup": "echo 'Setting up email dev, stop the process when it says that react email is ready and then run yarn dev' && yarn dev",
|
||||
"test": "jest --config jest.config.ts --passWithNoTests",
|
||||
"typecheck": "npx tsc --noEmit"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user