@nosana/schema-validator
Advanced tools
Comparing version 0.1.25 to 0.1.26
@@ -24,3 +24,3 @@ { | ||
"description": "To install dependencies:", | ||
"version": "0.1.25", | ||
"version": "0.1.26", | ||
"main": "dist/index.min.mjs", | ||
@@ -27,0 +27,0 @@ "module": "dist/index.min.mjs", |
@@ -67,6 +67,6 @@ # Nosana Validate Pipeline Schema | ||
description: Nosana-Node Pipeline | ||
global: | ||
image: registry.hub.docker.com/library/cljkondo/clj-kondo | ||
trigger: | ||
@@ -140,1 +140,11 @@ branch: | ||
``` | ||
## Develop locally | ||
There is an issue with using `npm link` with this package. So the current solution is to run `npm run publish:next`. | ||
This will publish the package to `@nosana/schema-validator@next`, without publishing it to the public. | ||
You can use this package and then publish the package publicly with `npm run publish:public`. | ||
## TODO | ||
- Fix `npm link` for this with the `app.nosana.io` frontend. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46500
149