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

13 lines
182 B
Bash
Raw Normal View History

2018-07-27 10:18:29 -04:00
#!/usr/bin/env bash
DIR=$( cd $(dirname $0) ; pwd -P )
cd $DIR
npm install
npm install grunt -g
grunt default
$DIR/../../bin/add-license-headers.sh -d=$DIR/public/lib -f=js
cd -