Skip to content

Commit c0e63d7

Browse files
committed
build: replace yarn with npm
1 parent 806c166 commit c0e63d7

File tree

3 files changed

+7
-3949
lines changed

3 files changed

+7
-3949
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@netcracker:registry=https://npm.pkg.github.com/

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"prebuild": "rimraf ./dist",
2222
"build": "vite build",
2323
"performance:run-inspect": "vite build --sourcemap=inline -c=vite.performance.config.ts && node --inspect dist/index.es.mjs",
24-
"development:link": "yarn link && yarn link @netcracker/qubership-apihub-json-crawl && yarn link @netcracker/qubership-apihub-graphapi",
25-
"development:unlink": "yarn unlink && yarn unlink @netcracker/qubership-apihub-json-crawl && yarn unlink @netcracker/qubership-apihub-graphapi",
24+
"development:link": "npm link && npm link @netcracker/qubership-apihub-json-crawl && npm link @netcracker/qubership-apihub-graphapi",
25+
"development:unlink": "npm unlink && npm unlink @netcracker/qubership-apihub-json-crawl && npm unlink @netcracker/qubership-apihub-graphapi",
2626
"test": "jest --verbose --maxWorkers 3",
2727
"test:coverage": "jest --verbose --coverage",
2828
"feature-start": "feature-start --featureName",
@@ -43,13 +43,13 @@
4343
"simplify"
4444
],
4545
"dependencies": {
46-
"@netcracker/qubership-apihub-json-crawl": "1.0.2",
46+
"@netcracker/qubership-apihub-json-crawl": "dev",
4747
"object-hash": "3.0.0",
4848
"fast-equals": "4.0.3"
4949
},
5050
"devDependencies": {
51-
"@netcracker/qubership-apihub-graphapi": "1.0.3",
52-
"@netcracker/qubership-apihub-npm-gitflow": "1.0.13",
51+
"@netcracker/qubership-apihub-graphapi": "dev",
52+
"@netcracker/qubership-apihub-npm-gitflow": "2.0.0",
5353
"@types/object-hash": "3.0.6",
5454
"@types/jest": "29.5.2",
5555
"@types/js-yaml": "4.0.5",
@@ -72,6 +72,5 @@
7272
"vite-plugin-dts": "3.6.4",
7373
"vite-plugin-singlefile": "2.0.1",
7474
"vite-plugin-target": "0.1.1"
75-
},
76-
"packageManager": "[email protected]"
75+
}
7776
}

0 commit comments

Comments
 (0)