Add dep install command to deployment job

This commit is contained in:
Ethan Girouard 2023-11-14 16:52:40 -05:00
parent 70ec54c4c6
commit 93383fc650

View File

@ -36,6 +36,9 @@ publish:
exit 1
fi
# Install dependencies
- npm run ci
# Compile TypeScript to JavaScript in dist/
- npm run build