fix build scripts comments

This commit is contained in:
Vishwas Shashidhar
2020-09-25 21:22:10 +05:30
parent af3e6ffb93
commit 1513353576
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ echo D | xcopy /y "C:\jenkins\workspace\tronlibraries\library" "library"
echo "Installing dependencies..."
call npm install
# Run Snyk Security Tests
:: Run Snyk Security Tests
echo "Running snyk security tests"
call snyk test --file=package.json --org=%SNYK_ORG%

View File

@@ -42,7 +42,7 @@ echo D | xcopy /y "C:\jenkins\workspace\tronlibraries\library" "library"
echo "Installing dependencies..."
call npm install
# Run Snyk Security Tests
:: Run Snyk Security Tests
echo "Running snyk security tests"
call snyk test --file=package.json --org=%SNYK_ORG%