Skip to content

Commit

Permalink
Fix: Setup repo script reverted for audit
Browse files Browse the repository at this point in the history
  • Loading branch information
antonyagustine committed Jan 17, 2024
1 parent 8ab1f1c commit 3688d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contentstack-audit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"postpack": "shx rm -f oclif.manifest.json",
"posttest": "npm run lint",
"compile": "shx rm -rf lib && tsc -b",
"prepack": "npm run compile && oclif manifest && oclif readme",
"prepack": "npm run build && oclif manifest && oclif readme",
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
"version": "oclif readme && git add README.md",
"clean": "rm -rf ./lib ./node_modules tsconfig.tsbuildinfo oclif.manifest.json",
Expand Down

0 comments on commit 3688d37

Please sign in to comment.