Skip to content

Commit db2986d

Browse files
committed
fix: remove pnm
1 parent 647a91f commit db2986d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/prepare.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ run_for_pkg() {
1616
echo $origin_cwd/$pkg_path
1717
node $generator_script $tmpdir/$pkg_name $origin_cwd/$pkg_path
1818
cd $pkg_name
19-
pnpm install
20-
pnpm run lint --if-present || exit 1
21-
pnpm run test || exit 1
19+
npm install
20+
npm run lint --if-present || exit 1
21+
npm run test || exit 1
2222
echo $tmpdir/$pkg_name
2323
}
2424

0 commit comments

Comments
 (0)