Skip to content

Commit

Permalink
Merge pull request #8 from m-lab/sandbox-cristinaleon-min
Browse files Browse the repository at this point in the history
Install minify in publish workflow
  • Loading branch information
cristinaleonr authored Aug 20, 2024
2 parents af19a64 + e0168b2 commit ebb3133
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm i minify
- run: npm ci
- run: npm publish
env:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@m-lab/packet-test",
"version": "0.0.9",
"version": "0.0.10",
"description": "",
"main": "src/pt.js",
"scripts": {
Expand Down

0 comments on commit ebb3133

Please sign in to comment.