File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616 "scripts" : {
1717 "start" : " lerna run --stream --scope @blocknote/example-editor dev" ,
1818 "start:built" : " npx serve examples/editor/dist" ,
19- "test:updateSnaps" : " docker run --rm -e RUN_IN_DOCKER=true --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.33.0 -focal npx playwright test -u" ,
19+ "test:updateSnaps" : " docker run --rm -e RUN_IN_DOCKER=true --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.35.1 -focal npx playwright test -u" ,
2020 "build" : " lerna run --stream build --concurrency 1" ,
2121 "build:site" : " lerna run --stream docs:build --concurrency 1" ,
2222 "lint" : " lerna run --stream lint" ,
2929 "prepublishOnly" : " npm run build && cp README.md packages/core/README.md && cp README.md packages/react/README.md" ,
3030 "postpublish" : " rm -rf packages/core/README.md && rm -rf packages/react/README.md" ,
3131 "test-ct" : " playwright test -c playwright-ct.config.ts --headed" ,
32- "test-ct:updateSnaps" : " docker run --rm -e RUN_IN_DOCKER=true --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.33.0 -focal npm install && playwright test -c playwright-ct.config.ts -u"
32+ "test-ct:updateSnaps" : " docker run --rm -e RUN_IN_DOCKER=true --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.35.1 -focal npm install && playwright test -c playwright-ct.config.ts -u"
3333 },
3434 "overrides" : {
3535 "react" : " 18.2.0" ,
You can’t perform that action at this time.
0 commit comments