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 99c5d90 commit 253a683Copy full SHA for 253a683
packages/contentstack-audit/package.json
@@ -76,7 +76,7 @@
76
"prepack": "npm run build && oclif manifest && oclif readme",
77
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
78
"version": "oclif readme && git add README.md",
79
- "clean": "rm -rf ./lib ./node_modules tsconfig.tsbuildinf o oclif.manifest.json",
+ "clean": "rm -rf ./lib ./node_modules tsconfig.tsbuildinfo oclif.manifest.json",
80
"test:unit:report": "nyc --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\""
81
},
82
"engines": {
0 commit comments