@dauflo/nest-fixtures 1.0.0 → 1.0.2

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.
@@ -30,6 +30,9 @@ jobs:
30
30
  - name: Npm ci
31
31
  run: npm ci
32
32
 
33
+ - name: Npm build
34
+ run: npm run build
35
+
33
36
  - name: Publish package
34
37
  run: npm publish
35
38
  env:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dauflo/nest-fixtures",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "A module for making fixtures with NestJS. This package is inspired by Doctrine fixtures.",
5
5
  "main": "./dist/index.js",
6
6
  "repository": {