Skip to content
Snippets Groups Projects

Disable npx using build part for openapi testing as it fails on jenkins

1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
+ 0
1
@@ -11,7 +11,6 @@ install-yarn:;
generate-spec: install-yarn;
yarn run generate-json-schema
validate-spec: install-yarn;
yarn run test
compile-start: compile-quick;
docker-compose down
docker-compose build
Loading