Skip to content

Commit

Permalink
馃懛 Drop verbosity flag at unpack step in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dubzzz committed May 22, 2024
1 parent 49abe92 commit 93a07b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"publint:all": "yarn workspaces foreach --all -pvi --no-private exec publint --strict",
"bump": "yarn version check --interactive",
"pack:all": "yarn workspaces foreach --all -pvi --no-private pack --out package.tgz",
"unpack:all": "yarn workspaces foreach --all -pvi --no-private exec tar -xvf package.tgz --strip-components=1 --exclude='package/package.json'"
"unpack:all": "yarn workspaces foreach --all -pvi --no-private exec tar -xf package.tgz --strip-components=1 --exclude='package/package.json'"
},
"devDependencies": {
"@eslint/js": "^9.3.0",
Expand Down

0 comments on commit 93a07b8

Please sign in to comment.