Skip to content

Commit 6bd419f

Browse files
author
Puneet Khushwani
committed
reverted changes to add package & lock file in test npm folder
1 parent 8f68c33 commit 6bd419f

File tree

3 files changed

+2
-6432
lines changed

3 files changed

+2
-6432
lines changed

tests/package.sh

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ function clean {
99

1010
rm -rf "./node_modules" || exit 1
1111
rm -f openst-mosaic-chains-*.tgz || exit 1
12+
rm -f package.json || exit 1
13+
rm -f package-lock.json || exit 1
1214

1315
cd -
1416
}

0 commit comments

Comments
 (0)