@jahia/cypress 3.14.6 → 3.14.7
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.
- package/ci.build.sh +1 -1
- package/package.json +1 -1
package/ci.build.sh
CHANGED
|
@@ -26,7 +26,7 @@ if [ -d ./jahia-module ]; then
|
|
|
26
26
|
cp target/*-SNAPSHOT.jar ../artifacts/
|
|
27
27
|
elif [ -e "package.json" ]; then
|
|
28
28
|
rm ./*-SNAPSHOT.tgz
|
|
29
|
-
yarn install && yarn build && yarn pack
|
|
29
|
+
yarn set version stable && yarn install && yarn build && yarn jahia-pack
|
|
30
30
|
|
|
31
31
|
packages=$(ls *.tgz)
|
|
32
32
|
for package in $packages
|