mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-03-04 13:20:06 -05:00
chore: remove now unneeded global nyc installation
This commit is contained in:
@@ -18,7 +18,6 @@ composer global require google/cloud-storage
|
||||
# for JS testing
|
||||
JAVASCRIPT_DIRECTORY="$(pwd)/js"
|
||||
npm --prefix "$JAVASCRIPT_DIRECTORY" install "$JAVASCRIPT_DIRECTORY"
|
||||
npm install --global nyc
|
||||
|
||||
# development webserver
|
||||
sudo chmod a+x "$(pwd)" && sudo rm -rf /var/www/html && sudo ln -s "$(pwd)" /var/www/html
|
||||
|
||||
Reference in New Issue
Block a user