diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a20fa3f9..4234029d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -113,7 +113,7 @@ jobs: - name: Install Dependencies and Build if: ${{ !matrix.docker }} - run: pnpm install + run: pnpm install --verbose - name: Prebuild if: ${{ !matrix.docker }} diff --git a/package.json b/package.json index 732a6b51..47d73610 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "url": "https://github.com/zeromq/zeromq.js.git" }, "dependencies": { - "@aminya/node-gyp-build": "4.5.0-aminya.1", + "@aminya/node-gyp-build": "4.5.0-aminya.3", "node-addon-api": "^5.0.0", "shelljs": "^0.8.5", "shx": "^0.3.4" @@ -69,7 +69,7 @@ "tsconfig.json" ], "scripts": { - "install": "(shx test -f ./script/build.js || run-s build.js) && node-gyp-build", + "install": "(shx test -f ./script/build.js || run-s build.js) && echo 'running node-gyp-build:' && node-gyp-build", "clean": "shx rm -rf ./build ./lib/ ./prebuilds ./script/*.js ./script/*.js.map ./script/*.d.ts ./script/*.tsbuildinfo", "clean.temp": "shx rm -rf ./tmp && shx mkdir -p ./tmp && shx touch ./tmp/.gitkeep", "build.library": "tsc -p ./src/tsconfig.json && downlevel-dts ./lib ./lib/ts3.7 --to=3.7", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3f19e16c..86219b18 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,7 +1,7 @@ lockfileVersion: 5.4 specifiers: - '@aminya/node-gyp-build': 4.5.0-aminya.1 + '@aminya/node-gyp-build': 4.5.0-aminya.3 '@gnd/typedoc': ^0.15.0-0 '@types/chai': ^4.3.4 '@types/fs-extra': ^9.0.13 @@ -35,7 +35,7 @@ specifiers: which: ^3.0.0 dependencies: - '@aminya/node-gyp-build': 4.5.0-aminya.1 + '@aminya/node-gyp-build': 4.5.0-aminya.3 node-addon-api: 5.0.0 shelljs: 0.8.5 shx: 0.3.4 @@ -77,8 +77,8 @@ packages: engines: {node: '>=6'} dev: true - /@aminya/node-gyp-build/4.5.0-aminya.1: - resolution: {integrity: sha512-MqivQnE5pd5SSebBCH3QnWSGLPWeKtjPUqb1EXWlBDo8gr1JVLJbvjXelr3cPLo7ye3efuYkbiWn+Ehc7ItwMw==} + /@aminya/node-gyp-build/4.5.0-aminya.3: + resolution: {integrity: sha512-YTjowxkNMQIsJ7vs+CTbOeb5oKczHJrI9sMJhjQJXfpT82Hf1Wnk9e7B4JX1mZ2NZkOlMuLb1476fOcnpMORGw==} hasBin: true dev: false @@ -1648,7 +1648,7 @@ packages: dependencies: semver: 7.3.8 shelljs: 0.8.5 - typescript: 5.0.0-dev.20221127 + typescript: 5.0.0-dev.20221128 dev: true /duplexer3/0.1.5: @@ -4583,8 +4583,8 @@ packages: hasBin: true dev: true - /typescript/5.0.0-dev.20221127: - resolution: {integrity: sha512-BiiOmTz96U8xt8azvXiHbSKCA+XAY2Ke5p+hpvGHWk2NSrOguWMzK5vwqdNQ7J6jH76yBwbQkEqqvafY8rH9BQ==} + /typescript/5.0.0-dev.20221128: + resolution: {integrity: sha512-cNV/osEHGNKTyjj/Ivi8s8x7MPkh0Kd/t53QjyXfM3jO3cC2jhL6kor57ziWqvyfl6paWjdNUVO/jxGsQOyfug==} engines: {node: '>=4.2.0'} hasBin: true dev: true diff --git a/tsconfig.json b/tsconfig.json index dc1d2cdf..f8508ec8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -23,10 +23,5 @@ "ES2020", "dom" ] - }, - "include": [ - "src", - "script", - "examples" - ] + } }