Skip to content

Commit 5691294

Browse files
ciaranschutteCiaran Schutte
andauthored
remove npm link and related command (#925)
Co-authored-by: Ciaran Schutte <[email protected]>
1 parent 1043507 commit 5691294

File tree

2 files changed

+0
-29
lines changed

2 files changed

+0
-29
lines changed

package-lock.json

Lines changed: 0 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"eslint-plugin-file-extension-in-import-ts": "^2.1.1",
1010
"eslint-plugin-import": "^2.31.0",
1111
"globals": "^15.14.0",
12-
"npm-link-shared": "^0.5.6",
1312
"prettier": "^3.5.3",
1413
"prettier-plugin-organize-imports": "^4.1.0",
1514
"typescript": "^5.8.2",
@@ -28,7 +27,6 @@
2827
"all": "npm run start --workspaces",
2928
"components:watch": "npm run watch --workspace=modules/components",
3029
"watch": "npm run watch --workspaces",
31-
"link": "npm-link-shared modules",
3230
"publish::ci": "npm publish --workspaces --if-present",
3331
"nukeBuiltCode": "find . -name 'dist' -type d -prune -exec rm -rf '{}' +",
3432
"nukeNodeModules": "find . -name 'node_modules' -type d -prune -exec rm -rf '{}' +",

0 commit comments

Comments
 (0)