mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-23 23:42:29 +00:00
Remove the coffeescript source files and coffeescript module after compilation since they're only needed at compile time (and not at runtime).
This commit is contained in:
parent
e64e6e6dbe
commit
3bad30eff7
@ -1,2 +1,3 @@
|
||||
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
|
||||
rm -rf /root/.ssh/* /build/app/deploy_key /app/deploy_key /build/app/Makefile /app/Makefile /app/src/*.coffee
|
||||
npm uninstall coffee-script
|
Loading…
Reference in New Issue
Block a user