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 31d5638 commit a75f935Copy full SHA for a75f935
1 file changed
.circleci/config.yml
@@ -24,7 +24,7 @@ jobs:
24
<<: *params
25
steps:
26
- checkout
27
- - node/install-packages
+ - run: npm install # no cache, no lockfile - because this is a library
28
- run: npm run lint:prettier
29
- run: npm run lint:eslint -- --format junit --output-file reports/eslint/results.xml
30
test:
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
+ - run: npm install
37
- run: npm test -- --ci --coverage # reports automatically generated
38
39
workflows:
0 commit comments