Skip to content

Commit

Permalink
Add install links target
Browse files Browse the repository at this point in the history
  • Loading branch information
dlabrecq committed Oct 12, 2023
1 parent 827c1c5 commit 0ce2e78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"deploy": "npm-run-all build lint test",
"install:pkgs": "npm install",
"install:pkgs:force": "npm install --force",
"install:pkgs:links": "npm run install:pkgs && npm install --install-links",
"lint": "npm-run-all lint:*",
"lint:ts": "eslint src",
"lint:ts:fix": "eslint src --fix",
Expand Down

0 comments on commit 0ce2e78

Please sign in to comment.