mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Clean shell scripts (#398)
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
#!/bin/sh
|
||||
|
||||
set -eu
|
||||
|
||||
NODE_ENV=test concurrently -k \
|
||||
"npm run watch:client" \
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
#!/bin/sh
|
||||
|
||||
set -eu
|
||||
|
||||
NODE_ENV=test concurrently -k \
|
||||
"npm run watch:client" \
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
#!/bin/sh
|
||||
|
||||
set -eu
|
||||
|
||||
if [ ! -f "./client/dist/index.html" ]; then
|
||||
echo "client/dist/index.html does not exist, compile client files..."
|
||||
|
||||
Reference in New Issue
Block a user