Skip to content

Commit

Permalink
Fix prebuilds missing from offline tgz package
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Johnson <[email protected]>
  • Loading branch information
t1m0thyj committed Oct 3, 2024
1 parent 45332a9 commit 6e1211c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"audit:public": "npm audit --registry https://registry.npmjs.org/",
"bundle:webHelp": "cd packages/imperative/web-help && node build.js",
"prepare": "husky install && npm run bundle:webHelp",
"package": "node scripts/bundleCliTgz.js"
"package": "lerna run prepublishOnly && node scripts/bundleCliTgz.js"
},
"dependencies": {},
"devDependencies": {
Expand All @@ -57,7 +57,7 @@
"chalk": "^4.1.0",
"env-cmd": "^10.1.0",
"eslint": "^8.22.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-jest": "^26.8.0",
"eslint-plugin-unused-imports": "^2.0.0",
"fancy-log": "^1.3.3",
Expand Down

0 comments on commit 6e1211c

Please sign in to comment.