diff options
| author | stonedDiscord <stoned@derpymail.org> | 2020-01-08 17:02:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-08 17:02:21 +0100 |
| commit | 245f93bd09f4a7c49c0d5110565729c893ea74e6 (patch) | |
| tree | 00b14a8b25e47ef6f48874aede211cd4b346ec72 | |
| parent | bb591c1f9e05a558e7fd54dfca81b22055bf99af (diff) | |
add submodules
| -rw-r--r-- | .github/workflows/nodejs.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
