mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 08:40:03 +01:00
11 lines
165 B
Bash
Executable File
11 lines
165 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
./bin/migrate
|
|
|
|
mkdir -p frontend/dist
|
|
touch frontend/dist/index.html
|
|
touch frontend/dist/layout.html
|
|
touch frontend/dist/exporter.html
|
|
pytest ee
|