]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/dev/cli.sh
Fix shared imports
[github/Chocobozzz/PeerTube.git] / scripts / dev / cli.sh
index 4b6fe55082ad86e0dbcf23c812d4ce93c6c86744..4bf4808b8947d14091b8e46f40d26fc0cdc86656 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 set -eu
 
@@ -12,4 +12,4 @@ rm -rf ./dist/server/tools/
 mkdir -p "./dist/server/tools"
 cp -r "./server/tools/node_modules" "./dist/server/tools"
 
-npm run tsc -- --watch --project ./server/tools/tsconfig.json
+npm run tsc -- --watch --sourceMap --project ./server/tools/tsconfig.json