Add dep install command to deployment job #36

Merged
MRegirouard merged 2 commits from fix-pipeline-no-tsc into main 2023-11-14 21:54:14 +00:00
Showing only changes of commit 93383fc650 - Show all commits

View File

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