Skip to content

Commit

Permalink
Added mkdirp dev dependency to create out dir in GitHub actions publi…
Browse files Browse the repository at this point in the history
…sh pipeline
  • Loading branch information
rbonestell committed Feb 14, 2025
1 parent 8b4f5a7 commit cc71bb4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
17 changes: 17 additions & 0 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@
"author": "Bobby Bonestell <rbonestell@gmail.com>",
"license": "MIT",
"scripts": {
"minify": "uglifyjs src/retroify.js --compress --warn --comments --output out/retroify.min.js"
"minify": "mkdirp out && uglifyjs src/retroify.js --compress --warn --comments --output out/retroify.min.js"
},
"devDependencies": {
"mkdirp": "^3.0.1",
"uglify-js": "^3.19.3"
}
}
}

0 comments on commit cc71bb4

Please sign in to comment.