@adobe-commerce/elsie 1.0.0-alpha4 → 1.0.0-alpha5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/post-release.sh +5 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe-commerce/elsie",
3
- "version": "1.0.0-alpha4",
3
+ "version": "1.0.0-alpha5",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "description": "Domain Package SDK",
6
6
  "engines": {
@@ -0,0 +1,5 @@
1
+ # This script runs from elsie/dist folder in npm-publish.
2
+ # Reason for the removal of pre-release.sh is so that when npm-publish is called again in workflow/publish.yaml,
3
+ # it releases to adobe-commerce instead of dropins.
4
+
5
+ rm -f ../pre-release.sh