add yarn script to run all tests locally

This commit is contained in:
Hans Pagel 2020-09-09 12:44:59 +02:00
parent c595129bec
commit 4f0a198f53

View File

@ -15,7 +15,8 @@
"build:docs": "yarn --cwd ./docs build",
"build:packages": "yarn clean:packages && lerna exec --parallel -- microbundle --compress",
"clean:packages": "rm -rf ./packages/*/dist",
"test": "cypress open --project tests",
"test:open": "cypress open --project tests",
"test": "cypress run --project tests",
"reset": "clean:packages && rm -rf ./**/.cache && rm -rf ./**/node_modules && rm -rf ./yarn.lock && yarn install"
},
"devDependencies": {