mirror of
https://github.com/nolanlawson/pinafore
synced 2024-12-11 09:45:24 +01:00
parent
52d1ab5703
commit
795d6bce35
@ -49,6 +49,14 @@ Run tests for a particular browser:
|
|||||||
BROWSER=safari npm run test-browser
|
BROWSER=safari npm run test-browser
|
||||||
BROWSER=edge npm run test-browser
|
BROWSER=edge npm run test-browser
|
||||||
|
|
||||||
|
If the script isn't able to set up the Postgres database, try running:
|
||||||
|
|
||||||
|
sudo su - postgres
|
||||||
|
|
||||||
|
Then:
|
||||||
|
|
||||||
|
psql -d template1 -c "CREATE USER pinafore WITH PASSWORD 'pinafore' CREATEDB;"
|
||||||
|
|
||||||
### Testing in development mode
|
### Testing in development mode
|
||||||
|
|
||||||
In separate terminals:
|
In separate terminals:
|
||||||
|
Loading…
Reference in New Issue
Block a user