-
Notifications
You must be signed in to change notification settings - Fork 13
CI frontend #98
Comments
I moved some tasks to #63, here only the frontend tasks remain. @badnames @aidnurs can you help out here a bit which commands are needed to do all tests, building of docu, reformatting, etc.? @lukashartl All the jobs should be executed in parallel (backend+frontend). |
Hey guys,
I suppose Additionally, we could add Except for these 2 things, we should be good. If something additional regarding the topic comes to my mind, I'll let you know for sure. |
Have we already enabled all the eslint-plugin-react-hooks rules? Is the code currently formatted via https://prettier.io? |
Currently it uses a
|
@buenaflor # paulb in ~/Projects/uni/bakk/PermaplanT/frontend on git:authors o [12:37:19]
$ npx lint-staged
→ No staged files found. Usually I have scripts like this in my projects // package.json
...
"scripts": {
"format": "prettier --write .",
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint ."
}
... I did not try this yet. I can earliest in the evening today. |
CI features not related to deployment, to be executed as separate build job on our Docker agents:
(? refers that we don't know how to do it yet, not that we don't want it)
The text was updated successfully, but these errors were encountered: