Isolate test: main-repeated

This commit is contained in:
Kevin van Zonneveld 2019-10-29 09:16:13 +01:00
parent 1152cc3cf7
commit 7791e3ca0f

View File

@ -17,6 +17,7 @@
"serve:production": "LANYON_ENV=production lanyon serve", "serve:production": "LANYON_ENV=production lanyon serve",
"start:production": "npm-run-all build:production serve:production", "start:production": "npm-run-all build:production serve:production",
"start": "lanyon start", "start": "lanyon start",
"test:isolate:repeated": "test/acceptance.sh main-repeated",
"test:update": "cross-env SAVE_FIXTURES=true npm run test", "test:update": "cross-env SAVE_FIXTURES=true npm run test",
"test": "test/acceptance.sh", "test": "test/acceptance.sh",
"upgrade:modules": "next-update --keep true --tldr", "upgrade:modules": "next-update --keep true --tldr",