2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-22 10:10:12 +00:00

Minor updates

- Remove executable permissions from *.scala files
- Update `prepare-portal.sh` to avoid creating `package-lock.json` as it
can cause more problems than it prevents
This commit is contained in:
Ryan Emerle 2022-05-18 08:58:08 -04:00
parent 20c283dc7a
commit 4222074e8a
No known key found for this signature in database
GPG Key ID: C0D34C592AED41CE
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/project/
modules/portal/public/stylesheets/ modules/portal/public/stylesheets/
**/.env.* **/.env.*
modules/portal/package-lock.json

View File

View File

View File

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

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

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