mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 21:57:54 +00:00
6 lines
237 B
Bash
Executable File
6 lines
237 B
Bash
Executable File
if [ $NODE_ENV == 'production' ]; then
|
|
node ./node_modules/coffee-script/bin/coffee -c ./src
|
|
rm -rf /root/.ssh/* /build/app/deploy_key /app/deploy_key /build/app/Makefile /app/Makefile /app/src/*.coffee
|
|
npm uninstall coffee-script
|
|
fi
|