Skip to content

Commit 23baa44

Browse files
authored
refactor: Standardize npm scripts naming and migrate to npm-run-all-next (#1120)
1 parent 8f85477 commit 23baa44

File tree

4 files changed

+1593
-487
lines changed

4 files changed

+1593
-487
lines changed

.github/workflows/check-ci-validation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@ jobs:
7676
7777
- name: Analyse code style with Prettier
7878
run: |
79-
npm run prettier:check
79+
npm run check:prettier
8080
8181
- name: Analyse code quality with ESLint
8282
run: |
83-
npm run eslint:check
83+
npm run check:eslint
8484
8585
- name: Perform type checking with TypeScript
8686
run: |
87-
npm run typescript:check
87+
npm run check:types
8888
8989
unit-testing:
9090
name: Unit Testing

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build]
22
publish = "storybook-static/"
3-
command = "npm run storybook:build"
3+
command = "npm run build:storybook"

0 commit comments

Comments
 (0)