Pipeline fixes

This commit is contained in:
zomars 2022-02-10 12:00:12 -07:00 committed by Omar López
parent f98c455915
commit 9aa53c1e0a
2 changed files with 2 additions and 3 deletions

View file

@ -18,7 +18,7 @@
"prepare": "husky install", "prepare": "husky install",
"start": "turbo run start", "start": "turbo run start",
"test": "turbo run test", "test": "turbo run test",
"test-playwright": "turbo run test-playwright", "test-playwright": "yarn playwright test -c apps/web/playwright.config.ts",
"type-check": "turbo run type-check" "type-check": "turbo run type-check"
}, },
"devDependencies": { "devDependencies": {

View file

@ -32,7 +32,6 @@
}, },
"type-check": { "type-check": {
"outputs": [] "outputs": []
}, }
"test-playwright": {}
} }
} }