Skip to content

Commit 0709ad2

Browse files
committed
Add tox command for npm test
1 parent 2169899 commit 0709ad2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ commands =
5151
# Test for Pypi
5252
fosslight_dependency -p tests/test_pypi -o tests/result/pip
5353
# Test for NPM (without optional command)
54+
npm install --prefix {toxworkdir}/test_npm1 -g license-checker
5455
fosslight_dependency -p tests/test_npm1 -o tests/result/npm1
5556
# Test for NPM (with optional command)
5657
npm install --prefix {toxworkdir}/test_npm2 -g license-checker

0 commit comments

Comments
 (0)