10c6841f8a
Co-authored-by: rugk <rugk+git@posteo.de>
5 lines
174 B
Bash
Executable file
5 lines
174 B
Bash
Executable file
#!/bin/sh
|
|
|
|
composer install --no-dev --optimize-autoloader
|
|
sudo chmod a+x "$(pwd)" && sudo rm -rf /var/www/html && sudo ln -s "$(pwd)" /var/www/html
|
|
npm install --global nyc
|