Pipeline fixes

pull/1792/head
zomars 2022-02-10 11:58:59 -07:00 committed by Omar López
parent e56e83b4a2
commit f98c455915
2 changed files with 3 additions and 1 deletions

View File

@ -18,6 +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",
"type-check": "turbo run type-check" "type-check": "turbo run type-check"
}, },
"devDependencies": { "devDependencies": {

View File

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