mirror of
https://github.com/Kong/insomnia.git
synced 2026-01-22 21:09:55 -05:00
10 lines
164 B
Bash
Executable File
10 lines
164 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Fail on any errors
|
|
set -e
|
|
|
|
# Install root project dependencies
|
|
npm run bootstrap
|
|
npm install --no-save 7zip-bin-linux app-builder-bin-linux
|
|
|