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.
npm-run-all-next
1 parent 8f85477 commit 23baa44Copy full SHA for 23baa44
.github/workflows/check-ci-validation.yml
@@ -76,15 +76,15 @@ jobs:
76
77
- name: Analyse code style with Prettier
78
run: |
79
- npm run prettier:check
+ npm run check:prettier
80
81
- name: Analyse code quality with ESLint
82
83
- npm run eslint:check
+ npm run check:eslint
84
85
- name: Perform type checking with TypeScript
86
87
- npm run typescript:check
+ npm run check:types
88
89
unit-testing:
90
name: Unit Testing
netlify.toml
@@ -1,3 +1,3 @@
1
[build]
2
publish = "storybook-static/"
3
-command = "npm run storybook:build"
+command = "npm run build:storybook"
0 commit comments