2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-22 02:02:14 +00:00
vinyldns/modules/portal/prepare-portal.sh

11 lines
166 B
Bash
Raw Normal View History

2018-07-27 10:18:29 -04:00
#!/usr/bin/env bash
set -euo pipefail
DIR=$( cd "$(dirname "$0")" ; pwd -P )
2018-07-27 10:18:29 -04:00
cd "${DIR}"
2018-07-27 10:18:29 -04:00
npm install -f --no-audit --no-fund
npm install grunt -g -f
2018-07-27 10:18:29 -04:00
grunt default