Pipeline fixes
parent
e56e83b4a2
commit
f98c455915
|
@ -18,6 +18,7 @@
|
|||
"prepare": "husky install",
|
||||
"start": "turbo run start",
|
||||
"test": "turbo run test",
|
||||
"test-playwright": "turbo run test-playwright",
|
||||
"type-check": "turbo run type-check"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
},
|
||||
"type-check": {
|
||||
"outputs": []
|
||||
}
|
||||
},
|
||||
"test-playwright": {}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue