File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 - name : Install deps
4949 run : yarn install --frozen-lockfile
5050
51- - name : Run tests
52- run : yarn test
53-
5451 - name : Build
5552 run : yarn build
5653
Original file line number Diff line number Diff line change 88 " dist" ,
99 " style"
1010 ],
11- "scripts" : {
12- "tsc" : " tsc" ,
13- "lint" : " eslint src/" ,
14- "jest" : " jest --no-cache --config=jest.config.json" ,
15- "test" : " yarn lint && yarn jest" ,
16- "test:watch" : " yarn jest --watch --no-coverage" ,
17- "bundle" : " rollup -c" ,
18- "build" : " yarn test && yarn bundle" ,
19- "prepublishOnly" : " yarn build"
20- },
11+ "scripts" : {
12+ "tsc" : " tsc" ,
13+ "lint" : " eslint src/" ,
14+ "jest" : " jest --no-cache --config=jest.config.json" ,
15+ "test" : " yarn lint && yarn jest" ,
16+ "test:watch" : " yarn jest --watch --no-coverage" ,
17+ "bundle" : " rollup -c" ,
18+ "build" : " yarn test && yarn bundle" ,
19+ "prepublishOnly" : " yarn build"
20+ },
2121 "repository" : {
2222 "type" : " git" ,
2323 "url" : " git+https://github.com/Hargne/jest-html-reporter.git"
Original file line number Diff line number Diff line change @@ -1722,9 +1722,9 @@ camelcase@^6.3.0:
17221722 integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
17231723
17241724caniuse-lite@^1.0.30001688 :
1725- version "1.0.30001695 "
1726- resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001695 .tgz"
1727- integrity sha512-vHyLade6wTgI2u1ec3WQBxv+2BrTERV28UXQu9LO6lZ9pYeMk34vjXFLOxo1A4UBA8XTL4njRQZdno/yYaSmWw ==
1725+ version "1.0.30001781 "
1726+ resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001781 .tgz"
1727+ integrity sha512-RdwNCyMsNBftLjW6w01z8bKEvT6e/5tpPVEgtn22TiLGlstHOVecsX2KHFkD5e/vRnIE4EGzpuIODb3mtswtkw ==
17281728
17291729chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.2 :
17301730 version "4.1.2"
You can’t perform that action at this time.
0 commit comments