Skip to content

Commit

Permalink
Merge pull request #20561 from storybookjs/norbert/upgrade-verdaccio
Browse files Browse the repository at this point in the history
Build: upgrade verdaccio
  • Loading branch information
ndelangen authored Jan 10, 2023
2 parents 9581cd0 + 8b13b45 commit c3c7971
Show file tree
Hide file tree
Showing 9 changed files with 546 additions and 2,557 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
name: Running local registry
command: |
cd code
yarn local-registry --port 6001 --open
yarn local-registry --open
background: true
- run:
name: Wait for registry
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
name: Running local registry
command: |
cd code
yarn local-registry --port 6001 --open
yarn local-registry --open
background: true
- run:
name: Wait for registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-repros-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Compile Storybook libraries
run: yarn task --task publish --start-from=auto --no-link
- name: Running local registry
run: yarn local-registry --port 6001 --open &
run: yarn local-registry --open &
working-directory: ./code
- name: Wait for registry
run: yarn wait-on http://localhost:6001
Expand Down
7 changes: 1 addition & 6 deletions code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"lint:md": "../scripts/node_modules/.bin/remark -q .",
"lint:other": "prettier --write '**/*.{css,html,json,md,yml}'",
"lint:package": "sort-package-json",
"local-registry": "ts-node --swc --project=../scripts/tsconfig.json ../scripts/run-registry.ts --port 6001",
"local-registry": "ts-node --swc --project=../scripts/tsconfig.json ../scripts/run-registry.ts",
"publish-repros": "ts-node --swc ../scripts/next-repro-generators/publish.ts",
"publish:debug": "npm run publish:latest -- --npm-tag=debug --no-push",
"publish:latest": "lerna publish --exact --concurrency 1 --force-publish",
Expand Down Expand Up @@ -282,11 +282,6 @@
"built": false
}
},
"optionalDependencies": {
"ts-loader": "^9.2.8",
"verdaccio": "^4.10.0",
"verdaccio-auth-memory": "^9.7.2"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=16.0.0"
Expand Down
Loading

0 comments on commit c3c7971

Please sign in to comment.