We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85fff58 commit 2c24e3dCopy full SHA for 2c24e3d
.travis.yml
@@ -87,7 +87,7 @@ jobs:
87
name: electron main
88
addons:
89
firefox: latest
90
- script: npm run test -- -- -- -t electron-main
+ script: npm run test -- -- -- -t electron-main -f dist/cjs/node-test/*js
91
92
- stage: release
93
# only run on changes to master
packages/ipfs-unixfs/package.json
@@ -14,7 +14,7 @@
14
"prepare:proto-types": "pbts -o src/unixfs.d.ts src/unixfs.js",
15
"prepare:types": "aegir build --no-bundle",
16
"test": "aegir test",
17
- "build": "aegir build",
+ "build": "aegir build --esm-tests",
18
"clean": "rimraf ./dist",
19
"lint": "aegir ts -p check && aegir lint",
20
"coverage": "nyc -s aegir test -t node && nyc report --reporter=html",
0 commit comments