File tree 4 files changed +5
-1
lines changed
4 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 16
16
"update-contributors" : " aegir release --lint=false --test=false --bump=false --build=false --changelog=false --commit=false --tag=false --push=false --ghrelease=false --docs=false --publish=false"
17
17
},
18
18
"devDependencies" : {
19
- "lerna" : " ^3.22.1"
19
+ "lerna" : " ^3.22.1" ,
20
+ "json" : " ^11.0.0"
20
21
},
21
22
"repository" : {
22
23
"type" : " git" ,
Original file line number Diff line number Diff line change 12
12
"prepare" : " aegir build --no-bundle" ,
13
13
"test" : " aegir test" ,
14
14
"build" : " aegir build --esm-tests" ,
15
+ "postbuild" : " npx json -I -f dist/package.json -e this.types='\" src/index.d.ts\" '" ,
15
16
"clean" : " rimraf ./dist" ,
16
17
"lint" : " aegir ts -p check && aegir lint" ,
17
18
"coverage" : " nyc -s npm run test -t node && nyc report --reporter=html" ,
Original file line number Diff line number Diff line change 12
12
"prepare" : " aegir build --no-bundle" ,
13
13
"test" : " aegir test" ,
14
14
"build" : " aegir build --esm-tests" ,
15
+ "postbuild" : " npx json -I -f dist/package.json -e this.types='\" src/index.d.ts\" '" ,
15
16
"clean" : " rimraf ./dist" ,
16
17
"lint" : " aegir ts -p check && aegir lint" ,
17
18
"coverage" : " nyc -s npm run test -t node && nyc report --reporter=html" ,
Original file line number Diff line number Diff line change 15
15
"prepare:types" : " aegir build --no-bundle" ,
16
16
"test" : " aegir test" ,
17
17
"build" : " aegir build --esm-tests" ,
18
+ "postbuild" : " npx json -I -f dist/package.json -e this.types='\" src/index.d.ts\" '" ,
18
19
"clean" : " rimraf ./dist" ,
19
20
"lint" : " aegir ts -p check && aegir lint" ,
20
21
"coverage" : " nyc -s aegir test -t node && nyc report --reporter=html" ,
You can’t perform that action at this time.
0 commit comments