Skip to content

Commit

Permalink
build(release): adding npm aliases for pipline (#1197)
Browse files Browse the repository at this point in the history
  • Loading branch information
maknop authored and cdcabrera committed Sep 25, 2023
1 parent 6f3f00c commit 81b5bee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
"build:post": "bash ./scripts/post.sh",
"build:pre": "bash ./scripts/pre.sh",
"build:prod": "run-s build:ephemeral",
"ci:lint": "run-s test:lint",
"ci:unit-tests": "run-s test",
"dev:chrome": "bash ./scripts/dev.chrome.sh -b prod-stable",
"docs:md": "node ./scripts/readme.docs.js",
"release": "changelog",
Expand Down

0 comments on commit 81b5bee

Please sign in to comment.