Skip to content

Commit

Permalink
fix!: prepare lifecycle script honors --ignore-scripts
Browse files Browse the repository at this point in the history
BREAKING CHANGE: prepare lifecycle script honors --ignore-scripts
  • Loading branch information
reggi committed Oct 15, 2024
1 parent 7c1097b commit dc47b6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/commands/pack.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class Pack extends BaseCommand {
'workspace',
'workspaces',
'include-workspace-root',
'ignore-scripts',
]

static usage = ['<package-spec>']
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@npmcli/arborist": "^8.0.0",
"@npmcli/run-script": "^9.0.1",
"npm-package-arg": "^12.0.0",
"pacote": "^19.0.0"
"pacote": "github:npm/pacote#reggi/ignore-scripts"
},
"engines": {
"node": "^20.17.0 || >=22.9.0"
Expand Down

0 comments on commit dc47b6d

Please sign in to comment.