Skip to content

Commit 129ee2e

Browse files
committed
LITE-29719 remove not needed script
1 parent 425107a commit 129ee2e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Lint
2929
run: npm run lint
3030
- name: Check formatting with Prettier
31-
run: npm prettier:check:ci
31+
run: npm run format:check
3232
- name: Testing
3333
run: npm test
3434
sonar:

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"lint:fix": "npm run lint -- --fix",
1616
"format": "prettier --write . --ignore-path .gitignore",
1717
"format:check": "prettier --check . --ignore-path .gitignore",
18-
"prettier:check:ci": "prettier --check . --ignore-path .gitignore",
1918
"test": "jest --config ./jest.config.js",
2019
"storybook": "storybook dev -p 6006",
2120
"build-storybook": "storybook build"

0 commit comments

Comments
 (0)