Merge branch 'fix-no-dist-files-in-package' into 'main'
Add build command to deployment job See merge request finvis/usxi!17
This commit is contained in:
commit
70ec54c4c6
@ -36,6 +36,9 @@ publish:
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Compile TypeScript to JavaScript in dist/
|
||||||
|
- npm run build
|
||||||
|
|
||||||
# Compare the version in package.json to all published versions.
|
# Compare the version in package.json to all published versions.
|
||||||
# If the package.json version has not yet been published, run `npm publish`.
|
# 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
|
# If $SIGSTORE_ID_TOKEN is set this template will generate a provenance
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@finvis/usxi",
|
"name": "@finvis/usxi",
|
||||||
"version": "1.3.0",
|
"version": "1.4.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user