mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 08:40:03 +01:00
7 lines
73 B
Bash
Executable File
7 lines
73 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
cd frontend
|
|
yarn install
|
|
yarn build-editor
|
|
yarn start |