Add dep install command to deployment job #36
@ -36,6 +36,9 @@ publish:
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Install dependencies
|
||||
- npm run ci
|
||||
|
||||
# Compile TypeScript to JavaScript in dist/
|
||||
- npm run build
|
||||
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user