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
2 changed files with 4 additions and 1 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@finvis/usxi",
"version": "1.4.0",
"version": "1.5.0",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",