]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - scripts/dev/client.sh
Use scripty instead of writing shell commands in package.json
authorChocobozzz <florian.bigard@gmail.com>
Sat, 30 Apr 2016 09:17:50 +0000 (11:17 +0200)
committerChocobozzz <florian.bigard@gmail.com>
Sat, 30 Apr 2016 10:56:36 +0000 (12:56 +0200)
commit9353449515ff6881a54ce6887297b7eab2855186
treed3a6a3e84b3684e3689c4b40ed2e1d53b26a3dc8
parent1342381694456da6bfcb01a6f9e23c54cc90c82e
Use scripty instead of writing shell commands in package.json
18 files changed:
bin/clean_test.sh [deleted file]
bin/run_servers.sh [deleted file]
config/default.yaml
package.json
scripts/build/client/sass.sh [new file with mode: 0755]
scripts/build/client/tsc.sh [new file with mode: 0755]
scripts/clean/client/sass.sh [new file with mode: 0755]
scripts/clean/client/tsc.sh [new file with mode: 0755]
scripts/clean/server/test.sh [new file with mode: 0755]
scripts/danger/clean/modules.sh [new file with mode: 0755]
scripts/danger/clean/server.sh [new file with mode: 0755]
scripts/dev.sh [new file with mode: 0755]
scripts/help.sh [new file with mode: 0755]
scripts/play.sh [new file with mode: 0755]
scripts/test.sh [new file with mode: 0755]
scripts/watch/client/sass.sh [new file with mode: 0755]
scripts/watch/client/tsc.sh [new file with mode: 0755]
server/tests/api/utils.js