Skip to content

Commit 3ec5bd8

Browse files
author
Jon La Marr
committed
Fix security issues. Use yarn.lock instead of package-lock
Use yarn
1 parent f007730 commit 3ec5bd8

File tree

4 files changed

+3790
-4823
lines changed

4 files changed

+3790
-4823
lines changed

docker/run_tests.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ trap finish ERR
1515

1616
cd ..
1717
npm install
18-
npm run test
18+
yarn test
1919

20-
npm run build
21-
npm run minimize
20+
yarn build
21+
yarn minimize
2222

2323
echo "Subresource Integrity"
24-
npm run srisum
24+
yarn srisum

0 commit comments

Comments
 (0)