Skip to content

Commit

Permalink
Added build:js-docs script alias
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui committed Dec 15, 2024
1 parent a2f6c6e commit 5cb4c79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"preview:docs": "node utils/previewDocs",
"build:js": "bash utils/build.sh",
"build:js-docs": "minify-js docs --no-mangle",
"build:docs-js": "minify-js docs --no-mangle",
"build:css": "scss-to-css",
"bump:patch": "bash utils/bump.sh patch",
Expand Down

0 comments on commit 5cb4c79

Please sign in to comment.