Skip to content

Commit

Permalink
chore: set cjs path for electron
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Jul 29, 2021
1 parent 85fff58 commit 83e27ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ jobs:
name: electron main
addons:
firefox: latest
script: npm run test -- -- -- -t electron-main
script:
- npm run build
- npm run test -- -- -- -t electron-main -f dist/cjs/node-test/*js

- stage: release
# only run on changes to master
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-unixfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"prepare:proto-types": "pbts -o src/unixfs.d.ts src/unixfs.js",
"prepare:types": "aegir build --no-bundle",
"test": "aegir test",
"build": "aegir build",
"build": "aegir build --esm-tests",
"clean": "rimraf ./dist",
"lint": "aegir ts -p check && aegir lint",
"coverage": "nyc -s aegir test -t node && nyc report --reporter=html",
Expand Down

0 comments on commit 83e27ba

Please sign in to comment.