itemengine-cypress-automation 1.0.74 → 1.0.75

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/Dockerfile +1 -1
  2. package/package.json +1 -1
package/Dockerfile CHANGED
@@ -16,4 +16,4 @@ RUN chmod +x ./run.sh
16
16
 
17
17
  RUN npm ci
18
18
 
19
- RUN $(npm bin)/cypress verify
19
+ #RUN $(npm bin)/cypress verify
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.74",
3
+ "version": "1.0.75",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {