diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1d97038..f8709c8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,6 +22,8 @@ jobs: - run: npm ci + - run: npm run build + - run: npm test -- --run - run: npm install -g npm@latest diff --git a/package-lock.json b/package-lock.json index 5179839..fed3714 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cygnus-wealth/wallet-integration-system", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@cygnus-wealth/wallet-integration-system", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "dependencies": { "@cygnus-wealth/data-models": "^1.0.0", @@ -3028,7 +3028,7 @@ } }, "node_modules/fd-slicer": { - "version": "1.1.0", + "version": "1.1.1", "dev": true, "license": "MIT", "dependencies": { @@ -3364,7 +3364,7 @@ } }, "node_modules/has-symbols": { - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "engines": { "node": ">= 0.4" @@ -3817,7 +3817,7 @@ } }, "node_modules/math-intrinsics": { - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "engines": { "node": ">= 0.4" @@ -4276,7 +4276,7 @@ } }, "node_modules/proxy-from-env": { - "version": "1.1.0", + "version": "1.1.1", "license": "MIT" }, "node_modules/pump": { @@ -4397,7 +4397,7 @@ } }, "node_modules/reusify": { - "version": "1.1.0", + "version": "1.1.1", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index c963ef0..ba473e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cygnus-wealth/wallet-integration-system", - "version": "1.1.0", + "version": "1.1.1", "description": "Multi-chain wallet integration system for CygnusWealth", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -17,7 +17,8 @@ "link-local": "./scripts/link-local.sh", "use-published": "./scripts/use-published.sh", "install-hooks": "./scripts/install-hooks.sh", - "prepush": "./scripts/pre-push" + "prepush": "./scripts/pre-push", + "prepublishOnly": "npm run build" }, "keywords": [ "wallet",