We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48cab3c commit e5f0c84Copy full SHA for e5f0c84
.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