Commit be2800e 1 parent 851f194 commit be2800e Copy full SHA for be2800e
File tree 3 files changed +12
-7
lines changed
3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 29
29
node-version : ${{ matrix.node-version }}
30
30
cache : pnpm
31
31
32
- - name : Install dependencies and run tests
32
+ - name : Install dependencies and build
33
33
run : |
34
34
pnpm install --frozen-lockfile
35
+ pnpm build
36
+
37
+ - name : Run linters
38
+ run : |
35
39
pnpm lint:check-types
36
40
pnpm lint:eslint
Original file line number Diff line number Diff line change 29
29
node-version : ${{ matrix.node-version }}
30
30
cache : pnpm
31
31
32
- - name : Install dependencies and run size limit check
32
+ - name : Install dependencies and build
33
33
run : |
34
34
pnpm install --frozen-lockfile
35
- pnpm lint:size
35
+ pnpm build
36
+
37
+ - name : Run size limit check
38
+ run : pnpm lint:size
Original file line number Diff line number Diff line change 12
12
"inspect:eslint-config" : " pnpx @eslint/config-inspector@latest" ,
13
13
"lint:attw" : " pnpm --filter \" ./packages/*\" lint:attw" ,
14
14
"lint:check-types" : " pnpm --filter \" ./packages/*\" lint:check-types" ,
15
- "lint:eslint" : " pnpm build && pnpm lint:eslint:dev" ,
16
- "lint:eslint:dev" : " eslint . --max-warnings 0 --report-unused-disable-directives" ,
17
- "lint:eslint:interactive" : " pnpm build && pnpm lint:eslint:interactive:dev" ,
18
- "lint:eslint:interactive:dev" : " pnpx eslint-interactive@latest . --fix --max-warnings 0 --report-unused-disable-directives" ,
15
+ "lint:eslint" : " eslint . --max-warnings 0 --report-unused-disable-directives" ,
16
+ "lint:eslint:interactive" : " pnpx eslint-interactive@latest . --fix --max-warnings 0 --report-unused-disable-directives" ,
19
17
"lint:format" : " prettier --write ." ,
20
18
"lint:publint" : " pnpm --filter \" ./packages/*\" version-package:publint" ,
21
19
"lint:size" : " pnpm --filter \" ./packages/*\" lint:size" ,
You can’t perform that action at this time.
0 commit comments