Skip to content

Commit

Permalink
fix: copy package.json file instead of symlinking
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Dec 11, 2024
1 parent d8bbe5a commit 1d56c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"vitest": "^2.0.5"
},
"scripts": {
"build": "tsc && ln package.json dist/package.json",
"build": "tsc && cp package.json dist/package.json",
"build:docs": "oclif readme --multi --output-dir documentation/commands --no-aliases",
"build:gha": "npm run build && rollup --config",
"build:gha:prod": "npm run build:gha -- --environment PRODUCTION_BUILD",
Expand Down

0 comments on commit 1d56c21

Please sign in to comment.