Created
April 24, 2026 19:12
-
-
Save leandrocfe/19b9a3e0a6d1eddfc01a11778389a89d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "setup": [ | |
| "ln -sf \"$SUPERSET_ROOT_PATH/.env\" .env\n\nln -sf \"$SUPERSET_ROOT_PATH/database/database.sqlite\" database/database.sqlite\n\ncomposer install --no-scripts && npm install && npm run build && composer run-script post-autoload-dump" | |
| ], | |
| "teardown": [], | |
| "run": [ | |
| "composer run dev" | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment