Skip to content

Commit c5f4c67

Browse files
committed
chore: Fixed linking & unlinking scripts
1 parent d0f1648 commit c5f4c67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"build:web": "vite build",
2121
"performance:build": "vite build --sourcemap=inline -c=vite.performance.config.ts",
2222
"performance:run-inspect": "node --inspect dist/index.es.js",
23-
"development:link": "npm link && npm link @netcracker/qubership-apihub-json-crawl && npm link @netcracker/qubership-apihub-api-unifier && npm link @netcracker/qubership-apihub-api-diff && npm link @netcracker/qubership-apihub-graphapi",
24-
"development:unlink": "npm unlink && npm unlink @netcracker/qubership-apihub-json-crawl && npm unlink @netcracker/qubership-apihub-api-unifier && npm unlink @netcracker/qubership-apihub-api-diff && npm unlink @netcracker/qubership-apihub-graphapi",
23+
"development:link": "npm link && npm link @netcracker/qubership-apihub-json-crawl --save && npm link @netcracker/qubership-apihub-api-unifier --save && npm link @netcracker/qubership-apihub-api-diff --save && npm link @netcracker/qubership-apihub-graphapi --save",
24+
"development:unlink": "npm unlink @netcracker/qubership-apihub-json-crawl --no-save && npm unlink @netcracker/qubership-apihub-api-unifier --no-save && npm unlink @netcracker/qubership-apihub-api-diff --no-save && npm unlink @netcracker/qubership-apihub-graphapi --no-save",
2525
"unit-test:local": "jest -c jest.config.ts --verbose",
2626
"test": "jest -c jest.config.ts --verbose --maxWorkers 3",
2727
"profile:test": "node ./test/profile.js",
@@ -33,8 +33,8 @@
3333
"dependencies": {
3434
"@netcracker/qubership-apihub-api-diff": "2.0.0",
3535
"@netcracker/qubership-apihub-api-unifier": "2.0.0",
36-
"@netcracker/qubership-apihub-json-crawl": "1.0.4",
3736
"@netcracker/qubership-apihub-graphapi": "1.0.8",
37+
"@netcracker/qubership-apihub-json-crawl": "1.0.4",
3838
"adm-zip": "0.5.10",
3939
"ajv": "^8.12.0",
4040
"ajv-formats": "^2.1.1",

0 commit comments

Comments
 (0)