@jahia/cypress 3.14.2 → 3.14.3

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/env.Dockerfile +1 -1
  2. package/package.json +1 -1
package/env.Dockerfile CHANGED
@@ -21,6 +21,6 @@ COPY --chown=jahians:jahians . /home/jahians
21
21
 
22
22
  RUN CI=true /home/jahians/node_modules/.bin/cypress install
23
23
 
24
- COPY --chown=jahians:jahians maven.settings.xml /home/jahians/.m2/settings.xml
24
+ RUN mkdir -p .m2; cp maven.settings.xml .m2/settings.xml; exit 0
25
25
 
26
26
  CMD /bin/bash -c /home/jahians/env.run.sh
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jahia/cypress",
3
- "version": "3.14.2",
3
+ "version": "3.14.3",
4
4
  "scripts": {
5
5
  "build": "tsc",
6
6
  "lint": "eslint src -c .eslintrc.json --ext .ts"