itemengine-cypress-automation 1.0.85 → 1.0.86

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 +2 -1
  2. package/package.json +1 -1
package/Dockerfile CHANGED
@@ -12,7 +12,8 @@ COPY . ./
12
12
 
13
13
  ENV CI=1
14
14
 
15
- RUN chmod +x ./run.sh
15
+ RUN chmod +x ./deploy/e2e/run.sh
16
+ RUN chmod +x ./deploy/smoke/run.sh
16
17
 
17
18
  RUN npm ci
18
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.85",
3
+ "version": "1.0.86",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {