@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.
Files changed (2) hide show
  1. package/ci.build.sh +1 -1
  2. 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jahia/cypress",
3
- "version": "3.14.6",
3
+ "version": "3.14.7",
4
4
  "scripts": {
5
5
  "build": "tsc",
6
6
  "lint": "eslint src -c .eslintrc.json --ext .ts"