mirror of
/repos/Prototyper.git
synced 2025-12-30 06:31:32 +01:00
4 lines
137 B
Bash
Executable File
4 lines
137 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
fleet-deploy && fleet-exec -- npm --cache-min=99999 install && fleet-exec npm rebuild bson && fleet-spawn npm start
|