- From: Adam Rice <notifications@github.com>
- Date: Wed, 18 Jan 2017 22:55:23 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 19 January 2017 06:55:59 UTC
ricea commented on this pull request. > @@ -2,8 +2,9 @@ "private": true, "description": "Reference implementation and tests for the WHATWG Streams Standard", "scripts": { - "pretest": "bash ./update-web-platform-tests.sh", - "test": "npm run lint && node --expose_gc run-tests.js | tap-spec && npm run wpt", + "pretest": "git submodule init && git submodule update", Looks like `git submodule update --init` will work here. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/662#pullrequestreview-17393161
Received on Thursday, 19 January 2017 06:55:59 UTC