File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " JS implementation of the IPFS UnixFS" ,
5
5
"scripts" : {
6
6
"reset" : " lerna run clean && rimraf packages/*/node_modules node_modules packages/*/package-lock.json package-lock.json" ,
7
+ "postinstall" : " lerna link" ,
7
8
"test" : " lerna run test" ,
8
9
"coverage" : " lerna run coverage" ,
9
10
"prepare" : " lerna run prepare" ,
Original file line number Diff line number Diff line change 9
9
"fs" : false
10
10
},
11
11
"scripts" : {
12
- "prepare" : " aegir build --no-bundle" ,
12
+ "prepare" : " aegir build --no-bundle --esm-tests " ,
13
13
"test" : " aegir test" ,
14
14
"build" : " aegir build --esm-tests" ,
15
15
"clean" : " rimraf ./dist" ,
33
33
"npm" : " >=7.0.0"
34
34
},
35
35
"homepage" : " https://github.com/ipfs/js-ipfs-unixfs#readme" ,
36
+ "publishConfig" : {
37
+ "directory" : " dist"
38
+ },
36
39
"devDependencies" : {
37
40
"@types/mocha" : " ^8.2.1" ,
38
41
"@types/sinon" : " ^10.0.0" ,
Original file line number Diff line number Diff line change 9
9
"fs" : false
10
10
},
11
11
"scripts" : {
12
- "prepare" : " aegir build --no-bundle" ,
12
+ "prepare" : " aegir build --no-bundle --esm-tests " ,
13
13
"test" : " aegir test" ,
14
14
"build" : " aegir build --esm-tests" ,
15
15
"clean" : " rimraf ./dist" ,
33
33
"npm" : " >=7.0.0"
34
34
},
35
35
"homepage" : " https://github.com/ipfs/js-ipfs-unixfs#readme" ,
36
+ "publishConfig" : {
37
+ "directory" : " dist"
38
+ },
36
39
"devDependencies" : {
37
40
"@types/mocha" : " ^8.2.1" ,
38
41
"aegir" : " https://gitpkg.now.sh/ipfs/aegir?feat/build-esm-modules-follow-up-with-dist" ,
Original file line number Diff line number Diff line change 9
9
"fs" : false
10
10
},
11
11
"scripts" : {
12
- "prepare" : " aegir build" ,
12
+ "prepare" : " aegir build --esm-tests " ,
13
13
"prepare:proto" : " pbjs -t static-module -w es6 -r ipfs-unixfs --force-number --no-verify --no-delimited --no-create --no-beautify --no-defaults --lint eslint-disable -o src/unixfs.js ./src/unixfs.proto" ,
14
14
"prepare:proto-types" : " pbts -o src/unixfs.d.ts src/unixfs.js" ,
15
15
"prepare:types" : " aegir build --no-bundle" ,
36
36
"npm" : " >=7.0.0"
37
37
},
38
38
"homepage" : " https://github.com/ipfs/js-ipfs-unixfs#readme" ,
39
+ "publishConfig" : {
40
+ "directory" : " dist"
41
+ },
39
42
"devDependencies" : {
40
43
"@types/mocha" : " ^8.2.1" ,
41
44
"aegir" : " https://gitpkg.now.sh/ipfs/aegir?feat/build-esm-modules-follow-up-with-dist" ,
You can’t perform that action at this time.
0 commit comments