We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c84cb1d commit 372e9a4Copy full SHA for 372e9a4
1 file changed
packages/contentstack-audit/package.json
@@ -70,10 +70,10 @@
70
"postpack": "shx rm -f oclif.manifest.json",
71
"posttest": "npm run lint",
72
"compile": "shx rm -rf lib && tsc -b",
73
- "prepack": "pnpm compile && oclif manifest && oclif readme",
+ "prepack": "npm run build && 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",
+ "clean": "rm -rf ./lib tsconfig.tsbuildinfo oclif.manifest.json",
77
"test:unit:report": "nyc --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\"",
78
"test:unit": "mocha --timeout 10000 --forbid-only \"test/unit/**/*.test.ts\""
79
},
0 commit comments