This website requires JavaScript.
Explore
Help
Sign In
studio
/
cunningham
Watch
2
Star
0
Fork
0
You've already forked cunningham
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d647a77c584b2b2648bb0986dbc6efa5dc4535e9
cunningham
/
packages
/
tokens
/
src
/
bin
/
tsconfig.build.json
5 lines
92 B
JSON
Raw
Normal View
History
Unescape
Escape
💚(ci) fix performance issue of test job Currently the test job seems to hit the maximum CPU resource available. In order to prevent that we try to run tests on several workers.
2023-06-30 10:52:34 +02:00
{
"extends"
:
"./tsconfig.json"
,
🔨(project) add json, cjs and js extensions to prettier config Prettier had some missing extensions in the config, this commit added them, we then prettified the whole project. We ignore the `cunningham-tokens` files.
2023-08-11 15:54:51 +02:00
"exclude"
:
[
"./__mocks__"
,
"./tests"
,
"**/*.spec.ts"
]
💚(ci) fix performance issue of test job Currently the test job seems to hit the maximum CPU resource available. In order to prevent that we try to run tests on several workers.
2023-06-30 10:52:34 +02:00
}
Reference in New Issue
Copy Permalink