We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f68c33 commit 6bd419fCopy full SHA for 6bd419f
tests/package.sh
@@ -9,6 +9,8 @@ function clean {
9
10
rm -rf "./node_modules" || exit 1
11
rm -f openst-mosaic-chains-*.tgz || exit 1
12
+ rm -f package.json || exit 1
13
+ rm -f package-lock.json || exit 1
14
15
cd -
16
}
0 commit comments