File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 "prepare" : " aegir build --no-bundle" ,
1313 "test" : " aegir test" ,
1414 "build" : " aegir build --esm-tests" ,
15- "postbuild " : " npx json -I -f dist/package.json -e this.types='\" src/index.d.ts\" '" ,
15+ "preleaseOnly " : " npx json -I -f dist/package.json -e this.types='\" src/index.d.ts\" '" ,
1616 "clean" : " rimraf ./dist" ,
1717 "lint" : " aegir ts -p check && aegir lint" ,
1818 "coverage" : " nyc -s npm run test -t node && nyc report --reporter=html" ,
Original file line number Diff line number Diff line change 1212 "prepare" : " aegir build --no-bundle" ,
1313 "test" : " aegir test" ,
1414 "build" : " aegir build --esm-tests" ,
15- "postbuild " : " npx json -I -f dist/package.json -e this.types='\" src/index.d.ts\" '" ,
15+ "preleaseOnly " : " npx json -I -f dist/package.json -e this.types='\" src/index.d.ts\" '" ,
1616 "clean" : " rimraf ./dist" ,
1717 "lint" : " aegir ts -p check && aegir lint" ,
1818 "coverage" : " nyc -s npm run test -t node && nyc report --reporter=html" ,
Original file line number Diff line number Diff line change 1515 "prepare:types" : " aegir build --no-bundle" ,
1616 "test" : " aegir test" ,
1717 "build" : " aegir build --esm-tests" ,
18- "postbuild " : " npx json -I -f dist/package.json -e this.types='\" src/index.d.ts\" '" ,
18+ "preleaseOnly " : " npx json -I -f dist/package.json -e this.types='\" src/index.d.ts\" '" ,
1919 "clean" : " rimraf ./dist" ,
2020 "lint" : " aegir ts -p check && aegir lint" ,
2121 "coverage" : " nyc -s aegir test -t node && nyc report --reporter=html" ,
You can’t perform that action at this time.
0 commit comments