Skip to content

Commit

Permalink
use "pnpm prune --prod"
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfredLange committed Dec 7, 2024
1 parent 01bd604 commit c3b7a86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,9 @@ jobs:
if: env.CHANGED == 'true'
run: |
cat /home/runner/work/_temp/.npmrc
pnpm install --prod
pnpm install
pnpm run build
pnpm prune --prod
pnpm publish
working-directory: ./src
env:
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@RimuTec/node-git-info",
"version": "0.11.1",
"version": "0.11.2",
"description": "A simple package to get git information from a git repository. Drop-in replacement for `node-git-info`.",
"main": "build/index.js",
"scripts": {
Expand Down

0 comments on commit c3b7a86

Please sign in to comment.