mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-03-05 13:30:32 -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
|
# for JS testing
|
||||||
JAVASCRIPT_DIRECTORY="$(pwd)/js"
|
JAVASCRIPT_DIRECTORY="$(pwd)/js"
|
||||||
npm --prefix "$JAVASCRIPT_DIRECTORY" install "$JAVASCRIPT_DIRECTORY"
|
npm --prefix "$JAVASCRIPT_DIRECTORY" install "$JAVASCRIPT_DIRECTORY"
|
||||||
npm install --global nyc
|
|
||||||
|
|
||||||
# development webserver
|
# development webserver
|
||||||
sudo chmod a+x "$(pwd)" && sudo rm -rf /var/www/html && sudo ln -s "$(pwd)" /var/www/html
|
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