Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 59b3aff

Browse files
committed
fix: build ipfs-core to gen types
1 parent c5fd61f commit 59b3aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ jobs:
247247
- npx json -I -f ./lerna.json -e "this.command.bootstrap.nohoist = ['ipfs-css', 'tachyons']"
248248
- npm run reset
249249
- npm install
250-
- npm run build -- --scope={ipfs,ipfs-http-client,ipfs-message-port-*}
250+
- npm run build -- --scope={ipfs-core,ipfs,ipfs-http-client,ipfs-message-port-*}
251251
- npm run test -- --scope=example* --concurrency=1
252252

253253
- stage: release-rc

0 commit comments

Comments
 (0)