We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 425107a commit 129ee2eCopy full SHA for 129ee2e
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Lint
29
run: npm run lint
30
- name: Check formatting with Prettier
31
- run: npm prettier:check:ci
+ run: npm run format:check
32
- name: Testing
33
run: npm test
34
sonar:
package.json
@@ -15,7 +15,6 @@
15
"lint:fix": "npm run lint -- --fix",
16
"format": "prettier --write . --ignore-path .gitignore",
17
"format:check": "prettier --check . --ignore-path .gitignore",
18
- "prettier:check:ci": "prettier --check . --ignore-path .gitignore",
19
"test": "jest --config ./jest.config.js",
20
"storybook": "storybook dev -p 6006",
21
"build-storybook": "storybook build"
0 commit comments