We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 647a91f commit db2986dCopy full SHA for db2986d
scripts/prepare.sh
@@ -16,9 +16,9 @@ run_for_pkg() {
16
echo $origin_cwd/$pkg_path
17
node $generator_script $tmpdir/$pkg_name $origin_cwd/$pkg_path
18
cd $pkg_name
19
- pnpm install
20
- pnpm run lint --if-present || exit 1
21
- pnpm run test || exit 1
+ npm install
+ npm run lint --if-present || exit 1
+ npm run test || exit 1
22
echo $tmpdir/$pkg_name
23
}
24
0 commit comments