Skip to content

Commit 372e9a4

Browse files
committed
Fixed package.json
1 parent c84cb1d commit 372e9a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/contentstack-audit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@
7070
"postpack": "shx rm -f oclif.manifest.json",
7171
"posttest": "npm run lint",
7272
"compile": "shx rm -rf lib && tsc -b",
73-
"prepack": "pnpm compile && oclif manifest && oclif readme",
73+
"prepack": "npm run build && oclif manifest && oclif readme",
7474
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
7575
"version": "oclif readme && git add README.md",
76-
"clean": "rm -rf ./lib ./node_modules tsconfig.tsbuildinfo oclif.manifest.json",
76+
"clean": "rm -rf ./lib tsconfig.tsbuildinfo oclif.manifest.json",
7777
"test:unit:report": "nyc --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\"",
7878
"test:unit": "mocha --timeout 10000 --forbid-only \"test/unit/**/*.test.ts\""
7979
},

0 commit comments

Comments
 (0)