2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-29 05:18:08 +00:00
vinyldns/modules/portal/prepare-portal.sh

13 lines
190 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 -f
2018-07-27 10:18:29 -04:00
npm install grunt -g -f
2018-07-27 10:18:29 -04:00
grunt default
$DIR/../../utils/add-license-headers.sh -d=$DIR/public/lib -f=js
2018-07-27 10:18:29 -04:00
cd -