try adding .npmrc to resolve problem getting playwright-core from the registry

This commit is contained in:
Daniel D Orlando 2023-03-28 09:44:34 -07:00 committed by Daniel D Orlando
parent 70427a628f
commit 6d7f0448ff
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -52,7 +52,6 @@ api/data/
owner.yml owner.yml
archive archive
.vscode/settings.json .vscode/settings.json
.npmrc
src/style - official.css src/style - official.css
/e2e/specs/.test-results/ /e2e/specs/.test-results/
/e2e/playwright-report/ /e2e/playwright-report/

2
.npmrc Normal file
View file

@ -0,0 +1,2 @@
registry=https://registry.npmjs.org/
always-auth=false