Fix typo in pipelines config
This commit is contained in:
parent
80dcd446a0
commit
5a99c38afd
|
|
@ -37,7 +37,7 @@ aliases:
|
||||||
- *setup-tests
|
- *setup-tests
|
||||||
- npm install --prefix client
|
- npm install --prefix client
|
||||||
- npm run "install:cypress" --prefix client
|
- npm run "install:cypress" --prefix client
|
||||||
- psl -U $DATABASE_USER -h $DATABASE_HOST -c "create database $DATABASE_NAME"
|
- psql -U $DATABASE_USER -h $DATABASE_HOST -c "create database $DATABASE_NAME"
|
||||||
- python server/manage.py dummy_data
|
- python server/manage.py dummy_data
|
||||||
- python server/manage.py runserver &
|
- python server/manage.py runserver &
|
||||||
- npm run dev --prefix client &
|
- npm run dev --prefix client &
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue