Refactor npm config handling (#24565)
This commit is contained in:
parent
3525e61906
commit
a9b62d67df
13 changed files with 207 additions and 293 deletions
|
|
@ -7,6 +7,7 @@
|
|||
"private": true,
|
||||
"scripts": {
|
||||
"test": "bun test",
|
||||
"test:ci": "mkdir -p .artifacts/unit && bun test --timeout 30000 --reporter=junit --reporter-outfile=.artifacts/unit/junit.xml",
|
||||
"typecheck": "tsgo --noEmit"
|
||||
},
|
||||
"bin": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue