File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "files" : [
3+ {
4+ "path" : " dist/cjs/**/*.js" ,
5+ "maxSize" : " 2kB"
6+ },
7+ {
8+ "path" : " dist/esm/**/*.js" ,
9+ "maxSize" : " 2kB"
10+ }
11+ ]
12+ }
Original file line number Diff line number Diff line change 2020 "compile" : " tsc -p tsconfig.build.json && tsc -p tsconfig.json" ,
2121 "test:unit" : " jest __tests__ --reporters default" ,
2222 "tsc" : " tsc -p tsconfig.build.json && tsc -p tsconfig.json" ,
23- "prepublishOnly" : " agadoo dist/"
23+ "bundlewatch" : " bundlewatch --config bundlewatch.config.json" ,
24+ "prepublishOnly" : " agadoo && bundlewatch" ,
25+ "agadoo" : " agadoo dist/"
2426 },
2527 "keywords" : [
2628 " cloudinary" ,
3739 "@types/jest" : " ^26.0.15" ,
3840 "@types/node" : " ^14.14.7" ,
3941 "agadoo" : " ^2.0.0" ,
42+ "bundlewatch" : " ^0.3.1" ,
4043 "jest" : " ^26.6.3" ,
4144 "jest-html-reporters" : " ^2.1.0" ,
4245 "ts-jest" : " ^26.4.4" ,
You can’t perform that action at this time.
0 commit comments