Pipeline fixes

pull/1792/head
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",
"start": "turbo run start",
"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"
},
"devDependencies": {

View File

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