From 245f93bd09f4a7c49c0d5110565729c893ea74e6 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Wed, 8 Jan 2020 17:02:21 +0100 Subject: add submodules --- .github/workflows/nodejs.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows/nodejs.yml') diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 00312ce..62a6cdf 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -19,6 +19,8 @@ jobs: node-version: ${{ matrix.node-version }} - name: npm install, build, and test run: | + git submodule init + git submodule update npm ci npm run build --if-present # npm test -- cgit