We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 914bd46 commit e0bdbafCopy full SHA for e0bdbaf
package.json
@@ -27,7 +27,7 @@
27
"publish-minor": "./bin/version.js minor",
28
"publish-major": "./bin/version.js major",
29
"publish-preview": "npm publish --dry-run --workspaces",
30
- "debug-link": "npm run link --workspaces --if-present"
+ "debug-link": "npm link --workspaces"
31
},
32
"private": true
33
}
packages/doxdox-cli/package.json
@@ -33,8 +33,7 @@
34
"scripts": {
35
"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"
+ "build": "rm -rf dist/ && tsc && chmod +x ./dist/src/index.js"
38
39
"jest": {
40
"collectCoverage": true,
0 commit comments