Fix bad npm install command #37

Merged
MRegirouard merged 2 commits from fix-bad-npm-ci into main 2023-11-14 21:57:50 +00:00
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",