@commercelayer/cli-dev
Advanced tools
Comparing version 3.0.0-oclif3.2 to 3.0.0-oclif3.3
@@ -76,3 +76,3 @@ { | ||
}, | ||
"version": "3.0.0-oclif3.2" | ||
"version": "3.0.0-oclif3.3" | ||
} |
{ | ||
"name": "@commercelayer/cli-dev", | ||
"description": "Commerce Layer CLI development tools and helpers", | ||
"version": "3.0.0-oclif3.2", | ||
"version": "3.0.0-oclif3.3", | ||
"author": "Pierluigi Viti <pierluigi@commercelayer.io>", | ||
@@ -42,6 +42,6 @@ "homepage": "https://github.com/commercelayer/commercelayer-cli-dev", | ||
"scripts": { | ||
"pretest": "npm run build --noEmit && echo 'Skipping test dir compile check in CI for now (3rd party type error) but you should compile it locally'", | ||
"pretest": "pnpm build --noEmit && echo 'Skipping test dir compile check in CI for now (3rd party type error) but you should compile it locally'", | ||
"posttest": "npx lint", | ||
"build": "rm -rf lib && tsc", | ||
"prepack": "npm run build && oclif manifest && npm run readme", | ||
"prepack": "pnpm build && oclif manifest && npm run readme", | ||
"postpack": "rm -f oclif.manifest.json", | ||
@@ -48,0 +48,0 @@ "test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"", |
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
25496