mirror of
https://github.com/graphql-hive/console
synced 2026-05-20 07:38:30 +00:00
6 lines
57 B
Bash
Executable file
6 lines
57 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
npm install -g file:server.tgz
|
|
server
|