@guritso/terminal 1.1.0 → 1.1.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.
@@ -17,6 +17,7 @@ jobs:
17
17
  node-version: 22.x
18
18
  - run: npm ci
19
19
  - run: npm test
20
+ - run: npm run build --if-present
20
21
 
21
22
  publish-npm:
22
23
  needs: build