regressify 1.0.27 → 1.0.28

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.
@@ -34,6 +34,9 @@ jobs:
34
34
  - name: Install dependencies
35
35
  run: npm ci
36
36
 
37
+ - name: Build
38
+ run: npm run build
39
+
37
40
  - name: Publish to NPM
38
41
  run: npm publish --access public
39
42
  env:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "regressify",
3
- "version": "1.0.27",
3
+ "version": "1.0.28",
4
4
  "description": "Visual regression tests support",
5
5
  "main": "src/index.ts",
6
6
  "type": "module",