diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9dad775..b901236 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,6 +36,9 @@ publish: exit 1 fi + # Compile TypeScript to JavaScript in dist/ + - npm run build + # Compare the version in package.json to all published versions. # If the package.json version has not yet been published, run `npm publish`. # If $SIGSTORE_ID_TOKEN is set this template will generate a provenance diff --git a/package.json b/package.json index 6bd4f4d..80f39fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@finvis/usxi", - "version": "1.3.0", + "version": "1.4.0", "description": "", "main": "./dist/index.js", "types": "./dist/index.d.ts",