Skip to content

Commit

Permalink
chore: use installed lerna version
Browse files Browse the repository at this point in the history
  • Loading branch information
devcorpio committed Sep 21, 2023
1 parent 9785834 commit c7e57bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/snapshoty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
node-version-file: '.nvmrc'

- run: npm ci
- run: npm run package:snapshot

- name: Publish snaphosts
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"prerelease": "npm run clean",
"release": "lerna publish && npm run github-release",
"release-package": "node scripts/publish-package",
"release-dry-run": "npx lerna version --no-push --yes --allow-branch '*'",
"github-release": "node scripts/github-release",
"build-docs": "PREVIEW=1 sh ./scripts/build_docs.sh apm-agent-rum-js ./docs ./build",
"lint": "run-p --silent lint:*",
Expand All @@ -26,8 +25,8 @@
"serve": "node ./dev-utils/run-script.js startTestServers",
"coverage": "lerna run build:module && lerna run karma:coverage",
"bench:dev": "lerna run build:module && node ./scripts/benchmarks.js",
"package:snapshot": "npx lerna exec npm pack",
"clean": "npx lerna exec -- rm -rf dist/",
"package:snapshot": "lerna exec npm pack",
"clean": "lerna exec -- rm -rf dist/",
"ci:prepare-release": "node ./scripts/ci-prepare-release.js",
"ci:release": "node ./scripts/ci-release.mjs"
},
Expand Down

0 comments on commit c7e57bb

Please sign in to comment.