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 Sep 22, 2023
1 parent ec7c9dd commit 1312159
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 1312159

Please sign in to comment.