0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 09:14:46 +01:00
posthog/bin/start-frontend

8 lines
96 B
Plaintext
Raw Normal View History

#!/bin/bash
set -e
rm -rf frontend/.cache
2020-01-24 20:00:25 +01:00
cd frontend
yarn install
yarn build-editor
yarn start