File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2
2
max_line_length = 100
3
3
indent_style = space
4
4
indent_size = 2
5
+ end_of_line = lf
Original file line number Diff line number Diff line change 9
9
"type" : " git" ,
10
10
"url" : " git+https://github.com/esbuild-plugins-community/esbuild-plugin-webpack-analyzer.git"
11
11
},
12
+ "keywords" : [
13
+ " esbuild" ,
14
+ " esbuild-plugin" ,
15
+ " plugin" ,
16
+ " analyzer" ,
17
+ " bundle-size"
18
+ ],
12
19
"scripts" : {
13
20
"prepare" : " husky" ,
14
21
"prepublishOnly" : " pnpm run analyze:js&&pnpm run check-types&&pnpm run test" ,
17
24
"check-types" : " tsc --noEmit" ,
18
25
"build" : " rm -rf ./dist&&tsc -b ./tsconfig.cjs.json ./tsconfig.esm.json ./tsconfig.types.json&&node --import tsx ./scripts/genPackageFiles.ts&&pnpm run gen-size-badge" ,
19
26
"build-watch" : " rm -rf ./dist&&tsc -b ./tsconfig.cjs.json ./tsconfig.esm.json ./tsconfig.types.json --watch&&node --import tsx ./scripts/genPackageFiles.ts" ,
20
- "test" : " pnpm run build&&node --test ./test/import*.*js&&c8 node --import tsx --test ./test/*.test.*&&pnpm run gen-coverage-badge" ,
21
- "test-watch" : " pnpm run build&&node --import tsx --test --watch ./test/*.test.*" ,
27
+ "test" : " pnpm run build&&node --test --test-reporter=spec ./test/import*.*js&&c8 node --import tsx --test --test-reporter=spec ./test/*.test.*&&pnpm run gen-coverage-badge" ,
28
+ "test-watch" : " pnpm run build&&node --import tsx --test --test-reporter=spec -- watch ./test/*.test.*" ,
22
29
"gen-coverage-badge" : " node --import tsx ./scripts/genCoverageBadge.ts" ,
23
30
"gen-size-badge" : " node --import tsx ./scripts/genSizeBadges.ts"
24
31
},
You can’t perform that action at this time.
0 commit comments