Skip to content

Commit 260549b

Browse files
committed
build: use standard script names
1 parent fa7ed90 commit 260549b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
}
1717
},
1818
"scripts": {
19-
"build:dist": "tsc --module commonjs --outDir dist/cjs && vite build",
19+
"build": "tsc --module commonjs --outDir dist/cjs && vite build",
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",
2323
"development:link": "yarn link && yarn link @netcracker/qubership-apihub-json-crawl && yarn link @netcracker/qubership-apihub-api-unifier && yarn link @netcracker/qubership-apihub-api-diff && yarn link @netcracker/qubership-apihub-graphapi",
2424
"development:unlink": "yarn unlink && yarn unlink @netcracker/qubership-apihub-json-crawl && yarn unlink @netcracker/qubership-apihub-api-unifier && yarn unlink @netcracker/qubership-apihub-api-diff && yarn unlink @netcracker/qubership-apihub-graphapi",
2525
"unit-test:local": "jest -c jest.config.ts --verbose",
26-
"unit-test:ci": "jest -c jest.config.ts --verbose --maxWorkers 3",
26+
"test": "jest -c jest.config.ts --verbose --maxWorkers 3",
2727
"profile:test": "node ./test/profile.js",
2828
"operation:test": "node ./test/operation.js",
2929
"profile": "node --inspect-brk ./test/profile.js",

0 commit comments

Comments
 (0)