move tests

This commit is contained in:
Philipp Kühn
2020-04-17 13:05:43 +02:00
parent b0b819334e
commit 4e5bf7f23a
8 changed files with 2 additions and 2 deletions

View File

@@ -9,8 +9,8 @@
"build:docs": "yarn --cwd ./docs build", "build:docs": "yarn --cwd ./docs build",
"build:packages": "yarn clean:packages && lerna exec --parallel -- microbundle --raw --compress", "build:packages": "yarn clean:packages && lerna exec --parallel -- microbundle --raw --compress",
"clean:packages": "rm -rf ./packages/*/dist", "clean:packages": "rm -rf ./packages/*/dist",
"test:debug": "cypress open", "test:debug": "cypress open --project tests",
"test": "cypress run", "test": "cypress run --project tests",
"startandtest": "start-server-and-test start http://localhost:3000 test" "startandtest": "start-server-and-test start http://localhost:3000 test"
}, },
"devDependencies": { "devDependencies": {