Skip to content

Commit

Permalink
Merge pull request #1251 from contentstack/fix/script-fix
Browse files Browse the repository at this point in the history
Fix: Setup repo script reverted for audit
  • Loading branch information
antonyagustine authored Jan 17, 2024
2 parents e374b05 + cf67ec0 commit 79411b5
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 79411b5

Please sign in to comment.