We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c53723 commit dbea66bCopy full SHA for dbea66b
packages/contentstack-audit/package.json
@@ -70,7 +70,7 @@
70
"postpack": "shx rm -f oclif.manifest.json",
71
"posttest": "npm run lint",
72
"compile": "shx rm -rf lib && tsc -b",
73
- "prepack": "npm run compile && oclif manifest && oclif readme",
+ "prepack": "pnpm compile && oclif manifest && oclif readme",
74
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
75
"version": "oclif readme && git add README.md",
76
"clean": "rm -rf ./lib ./node_modules tsconfig.tsbuildinfo oclif.manifest.json",
0 commit comments