Skip to content

Commit eac7142

Browse files
authored
Merge pull request #1858 from contentstack/fix/build
Fixed package.json
2 parents 8b3d8e8 + 589bbd5 commit eac7142

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/contentstack-audit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@
6969
"lint": "eslint . --ext .ts --config .eslintrc",
7070
"postpack": "shx rm -f oclif.manifest.json",
7171
"posttest": "npm run lint",
72-
"compile": "shx rm -rf lib && tsc -b",
72+
"compile": "shx rm -rf lib tsconfig.tsbuildinfo && tsc -b",
7373
"prepack": "pnpm compile && 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 ./node_modules .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
},

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)