2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-31 14:25:30 +00:00

Merge pull request #1130 from remerle/master

Minor updates
This commit is contained in:
Ryan Emerle
2022-05-18 17:26:19 -04:00
committed by GitHub
12 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -46,3 +46,4 @@ modules/portal/public/javascripts/
modules/portal/public/project/
modules/portal/public/stylesheets/
**/.env.*
modules/portal/package-lock.json

View File

View File

View File

@@ -4,7 +4,7 @@ DIR=$( cd "$(dirname "$0")" ; pwd -P )
cd "${DIR}"
npm install -f --no-audit --no-fund
npm install -f --no-audit --no-fund --no-package-lock
npm install grunt -g -f
grunt default

0
quickstart/.env Executable file → Normal file
View File

0
test/api/integration/.env.integration Executable file → Normal file
View File