Skip to content
This repository was archived by the owner on May 23, 2021. It is now read-only.

Commit f1e3f42

Browse files
committed
Remove unparsable node package.json
1 parent aa61f56 commit f1e3f42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/ci.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ source ./vars.sh
99
./webpack_build.sh
1010

1111
cp ./node_build.sh ../lib/node/build.sh
12-
mkdir -p ./build/$PACKAGE_VERSION
12+
mkdir -p ../build/$PACKAGE_VERSION
13+
rm ../lib/node/test/fixtures/packages/unparseable/package.json
1314

1415
if [[ "$OSTYPE" == "darwin"* ]]; then
1516
./mac_build.sh

0 commit comments

Comments
 (0)