Pipeline fixes
parent
f98c455915
commit
9aa53c1e0a
|
@ -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": {
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
},
|
||||
"type-check": {
|
||||
"outputs": []
|
||||
},
|
||||
"test-playwright": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue