Pipeline fixes
This commit is contained in:
parent
f98c455915
commit
9aa53c1e0a
2 changed files with 2 additions and 3 deletions
|
@ -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": {
|
||||||
|
|
|
@ -32,7 +32,6 @@
|
||||||
},
|
},
|
||||||
"type-check": {
|
"type-check": {
|
||||||
"outputs": []
|
"outputs": []
|
||||||
},
|
}
|
||||||
"test-playwright": {}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue