File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 32
32
node-version : ${{ matrix.node-version }}
33
33
34
34
- run : npm install
35
+ - run : npx prettier --check .
35
36
- run : npm run lint
36
37
- run : npm run build
37
38
- run : npm run test
Original file line number Diff line number Diff line change 27
27
"lint" : " run-s lint:*" ,
28
28
"lint:src" : " tsc -p ./tsconfig.json && eslint ./src --report-unused-disable-directives --ext .js,.ts --parser-options=project:./tsconfig.json" ,
29
29
"lint:demo" : " tsc -p ./demo/tsconfig.json && eslint ./demo --report-unused-disable-directives --ext .js,.ts --parser-options=project:./demo/tsconfig.json" ,
30
- "precommit" : " pretty-quick --staged" ,
31
30
"prepublish" : " npx publish-please guard" ,
32
31
"publish-please" : " npx publish-please" ,
33
32
"publish-please-prereqs" : " run-s lint test build" ,
57
56
"eslint-import-resolver-typescript" : " ^2.3.0" ,
58
57
"eslint-plugin-import" : " ^2.18.2" ,
59
58
"eslint-plugin-jest" : " ^25.2.1" ,
60
- "husky" : " ^7.0.0" ,
61
59
"jest" : " ^27.0.1" ,
62
60
"jest-when" : " ^3.1.0" ,
63
61
"npm-run-all" : " ^4.1.5" ,
64
62
"prettier" : " 2.2.1" ,
65
- "pretty-quick" : " ^3.1.0" ,
66
63
"regex-to-strings" : " ^2.0.1" ,
67
64
"rimraf" : " ^3.0.2" ,
68
65
"ts-jest" : " ^27.0.1" ,
You can’t perform that action at this time.
0 commit comments