@dhedge/backend-flatcoin-core 0.1.7 → 0.1.8

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.
@@ -19,6 +19,7 @@ jobs:
19
19
  - run: npm ci
20
20
  # add npm run test
21
21
  - run: npm run lint
22
+ - run: npm run build
22
23
  - run: npm publish
23
24
  env:
24
25
  NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhedge/backend-flatcoin-core",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Backend Flatcoin Core",
5
5
  "dependencies": {
6
6
  "@nestjs/graphql": "^12.0.9",