itemengine-cypress-automation 1.0.108 → 1.0.109

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