mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-24 18:07:17 +01:00
9639361efc
* Defer event fields on team model to make grabbing fields a bit more lazy * update testing bin for ee * remove testing change for ee
11 lines
219 B
Bash
Executable File
11 lines
219 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
python manage.py migrate
|
|
python manage.py migrate_clickhouse
|
|
|
|
mkdir -p frontend/dist
|
|
touch frontend/dist/index.html
|
|
touch frontend/dist/layout.html
|
|
touch frontend/dist/shared_dashboard.html
|
|
pytest ee |