Skip to content

Commit

Permalink
fix(scripts): correct local deployment to prevent npm install override
Browse files Browse the repository at this point in the history
  • Loading branch information
leoweyr committed Jan 27, 2025
1 parent ea9ef70 commit ea61ebd
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 @@ -13,7 +13,7 @@
"clean": "tsc --build --clean",
"compile": "tsc",
"build": "npm run clean && npm run compile",
"install": "npm run build && npm link",
"local-deploy": "npm run build && npm link",
"package": "npm run build && npm pack",
"deploy": "npm run package && npm publish"
},
Expand Down

0 comments on commit ea61ebd

Please # to comment.