diff options
author | Chocobozzz <me@florianbigard.com> | 2019-12-17 15:33:58 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-12-18 10:14:24 +0100 |
commit | c026a2e67357bd4bd4fcc4c10f8c5cd4749435c9 (patch) | |
tree | 692d4f1b3b3dd68fc79cec4e3b5d1b93c72d037e /scripts/dev/embed.sh | |
parent | 478924a044f6a7b0fb5156c3e4a0e8ef4ed30a4a (diff) | |
download | PeerTube-c026a2e67357bd4bd4fcc4c10f8c5cd4749435c9.tar.gz PeerTube-c026a2e67357bd4bd4fcc4c10f8c5cd4749435c9.tar.zst PeerTube-c026a2e67357bd4bd4fcc4c10f8c5cd4749435c9.zip |
Remove watch scripts
Diffstat (limited to 'scripts/dev/embed.sh')
-rw-r--r-- | scripts/dev/embed.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/dev/embed.sh b/scripts/dev/embed.sh new file mode 100644 index 000000000..9b0ef27cf --- /dev/null +++ b/scripts/dev/embed.sh | |||
@@ -0,0 +1,7 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | set -eu | ||
4 | |||
5 | NODE_ENV=test npm run concurrently -- -k \ | ||
6 | "cd client && npm run webpack -- --config webpack/webpack.video-embed.js --mode development --watch" \ | ||
7 | "npm run build:server && NODE_ENV=test npm start" | ||