Skip to content

Commit e0bdbaf

Browse files
committed
Changed debug-link to link all packages.
Removed link build target.
1 parent 914bd46 commit e0bdbaf

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"publish-minor": "./bin/version.js minor",
2828
"publish-major": "./bin/version.js major",
2929
"publish-preview": "npm publish --dry-run --workspaces",
30-
"debug-link": "npm run link --workspaces --if-present"
30+
"debug-link": "npm link --workspaces"
3131
},
3232
"private": true
3333
}

packages/doxdox-cli/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
},
3434
"scripts": {
3535
"test": "NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
36-
"build": "rm -rf dist/ && tsc && chmod +x ./dist/src/index.js",
37-
"link": "npm run build && npm link"
36+
"build": "rm -rf dist/ && tsc && chmod +x ./dist/src/index.js"
3837
},
3938
"jest": {
4039
"collectCoverage": true,

0 commit comments

Comments
 (0)