We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eb76b3 commit f8e1317Copy full SHA for f8e1317
.github/workflows/benchmark.yaml
@@ -58,7 +58,6 @@ jobs:
58
59
- name: Configuration
60
run: |
61
- store=find . -path "*package.json" -not -path "./package.json" -type f | wc -l | xargs > ../count/npm
62
echo "COREPACK_ENABLE_STRICT: ${{ env.COREPACK_ENABLE_STRICT }}"
63
echo "COREPACK_ENABLE_AUTO_PIN: ${{ env.COREPACK_ENABLE_AUTO_PIN }}"
64
echo "YARN_ENABLE_IMMUTABLE_INSTALLS: ${{ env.YARN_ENABLE_IMMUTABLE_INSTALLS }}"
scripts/package-count.sh
@@ -0,0 +1,3 @@
1
+#!/bin/bash
2
+
3
+find . -path "*package.json" -not -path "./package.json" -type f | wc -l | xargs
0 commit comments