Skip to content

Commit

Permalink
Merge pull request #52 from Mach30/resolve-module-not-found-error
Browse files Browse the repository at this point in the history
fix for `oclif pack` for mono repo
  • Loading branch information
capsulecorplab authored Nov 19, 2024
2 parents 95a4d13 + ab2b55b commit 2f6abcd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"files": [
"/bin",
"/dist",
"/oclif.manifest.json"
"/oclif.manifest.json",
"/packages"
],
"homepage": "https://github.com/Mach30/m30pm",
"license": "Apache-2.0",
Expand Down Expand Up @@ -71,7 +72,7 @@
"lint": "eslint . --ext .ts",
"postpack": "shx rm -f oclif.manifest.json",
"posttest": "npm run lint",
"prepack": "npm run build && oclif manifest && oclif readme",
"prepack": "npm run buildAll && oclif manifest && oclif readme",
"test": "nyc mocha --require ts-node/register --forbid-only \"test/**/*.test.ts\"",
"version": "oclif readme && git add README.md"
},
Expand Down

0 comments on commit 2f6abcd

Please sign in to comment.