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.
1 parent 87cb686 commit 423ab36Copy full SHA for 423ab36
.github/workflows/CI.yml
@@ -17,10 +17,10 @@ jobs:
17
node-version: 'lts/*'
18
cache: 'npm'
19
- run: npm ci
20
- - run: npm run lint
21
- - run: npm run type-check
22
- run: npm run build
23
working-directory: ./packages/jsondiffpatch
+ - run: npm run lint
+ - run: npm run type-check
24
- run: npm run test
25
26
- run: npm run start
0 commit comments