Merge branch 'fix-bad-npm-ci' into 'main'

Fix bad npm install command

See merge request finvis/usxi!19
This commit is contained in:
Carter Bertolini 2023-11-14 16:57:49 -05:00
commit 9b725cbdcf
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ publish:
fi
# Install dependencies
- npm run ci
- npm ci
# Compile TypeScript to JavaScript in dist/
- npm run build

View File

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