Skip to content

Commit 8c4c39e

Browse files
committedJan 2, 2022
npm install in the ts/js/cjs/esm tests
1 parent 2333f98 commit 8c4c39e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎test/external/run-all-tests

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ for dir in `ls -d */`; do
1414
rm -rf node_modules
1515
# Also install the latest version of the package, built off the master branch
1616
npm install ../../../../express-rate-limit*.tgz
17+
# and ensure the other dependencies are installed...
18+
npm install
1719
# Run the linter and the tests
1820
npm run lint
1921
npm run test

0 commit comments

Comments
 (0)
Please sign in to comment.