Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

fix(CI) Should use npm install before publish to get external models #806

Merged
merged 1 commit into from Apr 9, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -83,7 +83,7 @@ jobs:
node-version: 14.x

- name: Build
run: npx lerna bootstrap
run: npm ci

- name: timestamp
id: timestamp
Expand Down