We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3892eea + e5f0c84 commit e0f5e22Copy full SHA for e0f5e22
.github/workflows/CI.yml
@@ -17,13 +17,13 @@ jobs:
17
node-version: 'lts/*'
18
cache: 'npm'
19
- run: npm ci
20
+ - run: npm run format-check
21
+ - run: npm run lint
22
+ working-directory: ./packages/jsondiffpatch
23
- run: npm run build
24
working-directory: ./packages/jsondiffpatch
25
- run: npm run test
26
- - run: npm run lint
- working-directory: ./packages/jsondiffpatch
- - run: npm run format-check
27
- run: npm run start
28
working-directory: ./demos/console-demo
29
0 commit comments