Skip to content
Snippets Groups Projects

Resolve "[MIN-305] Make npm packages versions static"

Merged Piotr Gawron requested to merge 238-min-305-make-npm-packages-versions-static into development
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -23,7 +23,7 @@ npm run check-types ||
)
# Check Tests in Jest
yarn run test ||
npm run test ||
(
echo '🤡❌ Failed tests. 🤡❌
Check the test result and fix the tests.'
Loading